Select Page

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....