+ Reply to Thread
Results 1 to 2 of 2
Thread: Updating Submissions
-
05-07-2008 05:20 PM #1MLund Guest
Updating Submissions
I have studies that require a pperson to update their information each year. When they log in and click on the survey, they see the following text:
"You have already completed this survey. Click the Edit icon next to the response you wish to edit.
Click here to take the survey again.
Started Completed
4/3/2007 4:26:20 PM 4/3/2007 4:36:48 PM "
Is there any way to change this text?
-
05-07-2008 05:31 PM #2
Administrator
- Join Date
- Mar 2007
- Posts
- 385
I would be beneficial to know exactly what version of Checkbox you are using as the ability to edit application text has changed in the past couple of releases. Regardless of what version of Checkbox you are using, you should be able to edit the text directly in the database. The following query will update the text in question. You will want to replace NEW_TEXT with your desired text.
--BEGIN
exec ckbx_Text_Set '/pageText/survey.aspx/editText', 'en-US', 'NEW_TEXT'
--END
After making the change you will need to restart IIS as this information is cached.


LinkBack URL
About LinkBacks
Reply With Quote
