Formidable text field Cheat sheet by Sujeevan | Jul 25, 2019 | Formidable, Formidable Cheat sheet Learn all about Formidable Forms text field in this Cheat sheet. Field Type – Text Simple Text box Required Text box * This text box requires a value. If no value provided, there will be a validation error message (customizable). The default “required field indicator” is * (customizable). Read-only Text box This is a read-only text box. User can’t type any values here. However, a value can be set indirectly using “Default Value” in field settings or programmatically. Unique Text box This text box requires a unique value. If an existing value is submitted (e.g. Apple), there will be an error message (Customizable). Text box with default value The default value can be a fixed value or derived from other fields values Text box with placeholder text Text box with max number of characters This text box allows max 5 characters Text box with formatting (Input Mark) An input mask format guides the user to type field value as per the specified format. Use the “Required” field settings to make the format mandatory. e.g. This text box requires the value to be formatted as 1 (999)-999-9999 ext. 99?9 Text box with formatting (RegEx) Use RegEx for complex formats. RegEx pattern doesn’t add an input mask, instead it validates the format when field becomes out of focus or during form submission. e.g. This text box only allows lowercase characters from a to e. RegEx: ^([a-e]+)$ Text box with Title case This text box will capitalize the first letter of each word. Use “frm_capitalize” CSS class to enable this format. Submit Get Formidable FormsThe Best WordPress Form Builder