Results 1 to 2 of 2
-
03-15-2008, 12:45 PM #1MLund Guest
Surveys starting at bottom of page
Is there anyway to stop this from happening? I have seen this happen for clients editing thier survey responses.
Thanks,
Mike
-
03-16-2008, 11:52 AM #2
Administrator
- Join Date
- Mar 2007
- Posts
- 385
This is an issue we have seen in a couple of other installations. It appears that in some configurations web browsers attempt to force the default button into view. You can resolve this issue by disabling the default button. In order to do this you will need to run the following SQL.
--BEGIN
EXEC ckbx_Install_UpSertSetting 'SetSurveyDefaultButton', 'false'
--END
After making this change you will need to restart IIS as this setting is cached.


LinkBack URL
About LinkBacks
Reply With Quote