Path: Campaign > Advertising > Maintain Scripts > Forms tab
Topic: Edit Element
Version(s): 5.1 & up
Editions: Commerce and Call Center
Regex Pattern
A regular expression (shortened as regex or regexp), sometimes referred to as rational expression, is a sequence of characters that specifies a match pattern in text. - per Regular expression - Wikipedia
Field Validation Options
Clicking on an "input" field will display Field Validation Options.
Selected validations must be saved on the form and the script must be saved before Preview will trigger validations selected.
Required
unchecked - any value to include null (empty) will be accepted to move away from form during order entry
checked - null value in field will trigger error during order entry and agent will not be able to move away from the form (back, home, end, and next button will be disabled)
trying to navigate away from form will display an error popup
Hovering over the field highlighted in yellow will display what validation the system is expecting to be resolved
Validate Length
unchecked - any value to include null (empty) will be accepted to move away from form during order entry
checked
Min - the least number of characters that are expected in this field
Max - the largest number of characters that are expected in this field
trying to navigate away from form will display an error popup
Hovering over the field highlighted in yellow will display what validation the system is expecting to be resolved
Number Range
unchecked - any value to include null (empty) will be accepted to move away from form during order entry
checked
Min - the lowest numerical value that is expected in this field
Max - the largest numerical value that is expected in this field
trying to navigate away from form will display an error popup
Hovering over the field highlighted in yellow will display what validation the system is expecting to be resolved
Regex Pattern
unchecked - any value to include null (empty) will be accepted to move away from form during order entry
checked
Regex Pattern
examples
^(?=.*[A-Z]) → Requires at least one uppercase letter anywhere in the string.
(?=.*\d) → Requires at least one digit anywhere in the string.
(?=.*[!@#$%^&*]) → Requires at least one special character (!@#$%^&*).
[A-Za-z\d!@#$%^&*]{8,}$ → Ensures minimum length of 8 characters and restricts characters to letters, numbers, and special characters.
Regex Help Text
any text to display when hovering over field
trying to navigate away from form will display an error popup
Hovering over the field highlighted in yellow will display what validation the system is expecting to be resolved
Editing the Header/Footer By default the header and footer will have a height of zero pixels which will make them invisible when rendered. To edit the height of the header or footer you can double click the header/footer node on the form tree or ...
Module: SIM Path: Campaign > Advertising > Maintain Scripts > Forms tab Topic: Edit Element Version(s): 5.1 & up Editions: Commerce and Call Center Linked Field The data-linked attribute is used to store custom data private to the (sim form). The ...
Module: SIM Path: Campaign > Advertising > Maintain Scripts > Forms tab Topic: Edit Element Version(s): 5.1 & up Editions: Commerce and Call Center Action Button Types Action buttons allow you to configure specific events/actions to trigger based off ...
Module : SIM Elements Path: Campaigns > Advertising > SIM Custom Fields Topic : Adding/Editing Custom Fields Version(s) : Version 5.1 and up Editions : All Editions You can create form specific custom fields, to capture and display additional ...
Module : SIM Elements Path: Campaigns > Advertising > SIM Elements Topic : Adding/Editing/Moving Elements Version(s) : Version 5.1 and up Editions : All Editions To add an element you can click on the Add Element button or right click the ‘Form’ ...