Need help with Formidable Forms?
Recent blog posts
Duplicate an Entry in Formidable forms
If your users are creating many form entries with similar field values in your Formidable Forms, they won't like to type the same values again and again. In this instance, it is a good user experience to provide a duplicate entry button. Formidable doesn't provide...
Display repeater field as accordion in Formidable forms
One of the powerful features of Formidable forms is repeated fields which allow repeating a set of fields in a Form. Formidable allows customizing how repeated records are displayed using the "Repeat layout" setting. No auto-formatting: In this layout, each repeated...
Formidable date field offset value
[Update] Formidable Forms now supports "offset" attribute. So this custom code is no longer required. Formidable Forms [date] shortcode is used to get the current date. If a date relative to the current date is required, the offset attribute can be used.e.g. [date...
Display multi-select option values in Formidable
In Formidable Forms, dropdown and checkbox fields allow selecting multiple options. If you'd like to display selected values in a view, you'd normally use [x] shortcode just like any other field where x is your field id or key. This will by default display values...
Auto-increment ID in Formidable forms
Formidable Forms [auto_id] shortcode is used to set an unique and auto-incrementing value to form entries. Example usecases include serial number, job number and invoice number. By default, numbers start from 1 but it can be changed with "start" attribute.e.g....
Refresh the page after updating a field value in Formidable forms
Formidable forms provides an easy way to update a field value with a click on a link. However one of its shortcomings is, if the value being updated by the link is visible on the page, it is not updated to its new value
Random number in a Formidable forms field
Sometimes we want to set a random number in a form field. It is easy to do it in Formidable forms with the help of the “Default value” calculation.
Formidable URL field Cheat sheet
Learn all about Formidable Forms URL field in this Cheat sheet.
Formidable email field Cheat sheet
Learn all about Formidable Forms email field in this Cheat sheet.
Formidable date field Cheat sheet
Learn all about Formidable Forms date field in this Cheat sheet.