Postal Code
The postal code element is a textbox with validation, that works in conjunction with the Country Select element.
This means that if a country select element is on the form, and a user enters their postal code, the format will be validated according to the selected country.
Note: If there is no country element, the postal code element will function as a text box.
When creating a postal code element you will be asked to provide:
- Table field:(required) table field to be associated with the element
- Label:(required) identifier for the element in the overview
- Class:(optional) HTML class attribute for the element
- Custom error message:(optional) custom message if validation fails
Note: Forms can only have one element per table field.