Difference between revisions of "Template:ValidationINFO"
From SmartWiki
(Created page with "==Validation== {| class="wikitable" |- !|Option !|Description |- ! style="width: 125px; text-align: left;"|Mandatory ||Selecting this option means that this field is required...") |
Nancy Sabo (talk | contribs) |
||
Line 12: | Line 12: | ||
|- | |- | ||
! style="width: 125px; text-align: left;"|Custom Validation | ! style="width: 125px; text-align: left;"|Custom Validation | ||
− | || | + | ||Specify validation based on Javascript syntax. |
|- | |- | ||
! style="width: 125px; text-align: left;"|Failed Validation Message | ! style="width: 125px; text-align: left;"|Failed Validation Message | ||
||Message displayed if validation fails. | ||Message displayed if validation fails. | ||
|} | |} |
Revision as of 15:41, 7 September 2018
Validation
Option | Description |
---|---|
Mandatory | Selecting this option means that this field is required and must be completed. |
Appear Mandatory | Makes the field appear as though it is a required field. Typically used in conjunction with browser scripts, JavaScript Validation or Submit Logic that perform validation. |
Custom Validation | Specify validation based on Javascript syntax. |
Failed Validation Message | Message displayed if validation fails. |