Changes

Jump to: navigation, search

Web Page View - Auto-select Check Boxes

705 bytes removed, 15:55, 28 April 2009
no edit summary
To show check boxes on web page view, use the following syntax:  @checkbox('fieldname/field number','selected value')@  * There are single quotes around field name and value.  Example: A REDIRECT [[Custom Field|custom field]] "Marital Status" is a multiple-select check box and options are "Single;Married;.Divorced".  Another web page [[Custom Field|custom field]] is created and source like this <input type=checkbox @checkbox('Marital Status','married')@> Married <input type=checkbox @checkbox('Marital Status','single')@> Single <input type=checkbox @checkbox('Marital Status','divorced')@> Divorced Impact: When a Multiple Select check box [[Custom Field|custom field]] is displayed in a Web Page View field the check boxes are displayed and already selected.  [[Category:Custom FieldsWeb_Page_View_Field_Variables#How_to_display_check_boxes_in_the_Web_Page_View]]
0
edits

Navigation menu