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', ' '
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 ' ' with 'R'
You will need to restart IIS after making this change as text values are cached.
|