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

This can be accomplished by changing the text displayed for required questions. Please note that this will be a site wide change.

Connect to your Checkbox database using SQL Query Analyzer or a similar tool and run the following script. When connecting to the database, please be sure to use the same credentials that Checkbox uses.

exec ckbx_Text_Set '/common/requiredIndicator', 'en-US', '&nbsp'

This script would change * to a none breaking space. If you wanted to change it to something else for example R for required you would replace '&nbsp' with 'R'

You will need to restart IIS after making this change as text values are cached.
Reply With Quote