View Single Post
  #2 (permalink)  
Old 03-16-2008, 11:52 AM
pwiesner pwiesner is offline
Senior Member
 
Join Date: Mar 2007
Posts: 173
Default

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.
Reply With Quote