Formidable paragraph field Cheat sheet by Sujeevan | Jul 28, 2019 | Formidable, Formidable Cheat sheet Learn all about Formidable Forms paragraph field in this Cheat sheet. Field Type – Paragraph Simple Paragraph field Required Paragraph field * This paragraph requires a value. If no value provided, there will be a validation error message (customizable). The default “required field indicator” is * (customizable). Read-only Paragraph field This is a read-only paragraph. User can’t type any values here. However, a value can be set indirectly using “Default Value” in field settings or programmatically. Paragraph field with default value Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. The default value can be a fixed value or derived from other fields values Paragraph field with placeholder text Large Paragraph field This paragraph has a height of 10 rows (customizable). If there are more than 10 rows of content, there will be a scrollbar to view the rest of the content. Paragraph with max number of characters This paragraph allows only 10 characters. There are no field settings for this. Instead, this requires changes in HTML. For more details, Click here Paragraph with word counter For details, Click here Paragraph with character counter For details, Click here Submit Get Formidable FormsThe Best WordPress Form Builder
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