【发布时间】:2013-06-12 06:42:51
【问题描述】:
您好,我想在 Limesurvey 中添加一个自动完成输入字段,但不知道如何完成这项任务。有人知道在哪里添加添加自定义输入字段的代码吗?
在 autocomplete.js 中
In this file the code that call a php function on the base of keyup in input field.
在 checkInDb.php 中
In this file the code check term that come from **autocomplete.js** and search in database then send response back to js file
在哪里添加此代码?
【问题讨论】:
标签: php limesurvey