Difference between revisions of "Set a Default Value"
From IMSMA Wiki
(Created page with "You can set default values for any list field on a field report template. This includes single selection lists (radio buttons or combo boxes), and multiple selection lists (ch...") |
|||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | You can set default values for any list field on a | + | You can set default values for any list field on a Data Entry Form template. This includes single selection lists (radio buttons or combo boxes), and multiple selection lists (checkboxes). Default values are pre-selected whenever users open a new Data Entry Form. |
− | ==Setting Default Radio Button== | + | ==Setting Default Radio Button==__NOEDITSECTION__ |
− | #Locate a radio buttons list in the | + | [[Image:RadioButtons.png|thumb|right|100px]] |
+ | #Locate a radio buttons list in the Data Entry Form Template Designer window. | ||
#Select the radio button you want as the default value. | #Select the radio button you want as the default value. | ||
#Click '''Properties''' to open the Component Property Editor window. | #Click '''Properties''' to open the Component Property Editor window. | ||
Line 8: | Line 9: | ||
#Click '''Submit''' to close the Component Property Editor window. | #Click '''Submit''' to close the Component Property Editor window. | ||
− | ==Setting Default Combo Box Option== | + | {{Note | When there is only one option left in the template for a single-select field then it is '''highly''' recommended to make it '''both''' [[Set Required Fields | '''required''']] and default.}} |
− | #Locate a combo box in the | + | |
+ | ==Setting Default Combo Box Option==__NOEDITSECTION__ | ||
+ | [[Image:ComboBox.png|thumb|right|100px]] | ||
+ | #Locate a combo box in the Data Entry Form Template Designer window. | ||
#Select the combo box widget. | #Select the combo box widget. | ||
#Click '''Properties''' to open the Component Property Editor window. | #Click '''Properties''' to open the Component Property Editor window. | ||
Line 17: | Line 21: | ||
#Click '''Submit''' to close the Component Property Editor window. | #Click '''Submit''' to close the Component Property Editor window. | ||
− | ==Setting Default | + | ==Setting Default Checkboxes==__NOEDITSECTION__ |
− | #Locate a | + | [[Image:MultiSelectList.png|thumb|right|100px]] |
+ | #Locate a multiple selection list in the Data Entry Form Template Designer window. | ||
#Select the checkbox you want as the default value. | #Select the checkbox you want as the default value. | ||
#Click '''Properties''' to open the Component Property Editor window. | #Click '''Properties''' to open the Component Property Editor window. | ||
Line 24: | Line 29: | ||
#Click '''Submit''' to close the Component Property Editor window. | #Click '''Submit''' to close the Component Property Editor window. | ||
#Repeat steps 2-4 for any additional default values. | #Repeat steps 2-4 for any additional default values. | ||
+ | |||
+ | {{NavBox HowTo Data Entry Forms}} | ||
+ | |||
+ | [[Category:NAA]] |
Latest revision as of 13:49, 4 December 2018
You can set default values for any list field on a Data Entry Form template. This includes single selection lists (radio buttons or combo boxes), and multiple selection lists (checkboxes). Default values are pre-selected whenever users open a new Data Entry Form.
Setting Default Radio Button
- Locate a radio buttons list in the Data Entry Form Template Designer window.
- Select the radio button you want as the default value.
- Click Properties to open the Component Property Editor window.
- Select the Default Value option.
- Click Submit to close the Component Property Editor window.
When there is only one option left in the template for a single-select field then it is highly recommended to make it both required and default. |
Setting Default Combo Box Option
- Locate a combo box in the Data Entry Form Template Designer window.
- Select the combo box widget.
- Click Properties to open the Component Property Editor window.
- Click Custom Options Editor to open the Combo Box Options Display window.
- Set the default option by selecting a radio button in the Default column.
- Click Submit to close the Combo Box Options Display window.
- Click Submit to close the Component Property Editor window.
Setting Default Checkboxes
- Locate a multiple selection list in the Data Entry Form Template Designer window.
- Select the checkbox you want as the default value.
- Click Properties to open the Component Property Editor window.
- Select the Default Value option.
- Click Submit to close the Component Property Editor window.
- Repeat steps 2-4 for any additional default values.
|