Formidable Forms
A list of new features, fixes, and other changes in each release.
-
Formidable Forms v5.0.15
By
New: Text calculations now support a [x show="label"] shortcode option for retrieving the label for radio, checkbox, and dropdown fields that use separated values. New: Calculations will now process similarly…
-
Formidable Forms v5.0.14
By
New: Conditional statement shortcodes now support an [else] separator. For example, [if x equals="something"]Add your content here[else]Content for when x did not equal something here[/if x] will use the content…
-
Formidable Forms v5.0.13
By
New: Failed file uploads will now return a more detailed message about why the upload failed. Fix: Submit buttons were not disabled while a lookup list field was requesting data…
-
Formidable Forms v5.0.12
By
Security: New file fields will now automatically restrict uploaded file types to jpg, png, and gif only. This default is intended to restrict PDF uploads by default, which are often…
-
Formidable Forms v5.0.11
By
New: Added a new frm_include_dropzone_in_minified_js filter. By adding add_filter( 'frm_include_dropzone_in_minified_js', '__return_false' ); dropzone will be included separately from frm.min.js. This can be used to resolve a conflict that prevents dropzone…
-
Formidable Forms v5.0.10
By
Fix: Radio buttons and checkboxes with images were not properly displaying the checkboxes on selected options. Fix: Custom background image styles were conflicting if multiple styles had a background image…
-
Formidable Forms v5.0.09
By
Security: New uploaded files will now use file protection even when file protection is turned off before the form has been submitted. File access for most file types is now…
-
Formidable Forms v5.0.08
By
Security: Unsafe HTML will now be stripped from global pro message defaults if the user saving HTML does not have the unfiltered_html permission or if the DISALLOW_UNFILTERED_HTML constant is set.…
-
Formidable Forms v5.0.07
By
Security: Unsafe HTML will now be stripped from edit and draft success messages if the user saving HTML does not have the unfiltered_html permission or if the DISALLOW_UNFILTERED_HTML constant is…
-
Formidable Forms v5.0.06
By
New: Added support for a new columns option for downloading a custom sorted subset when exporting a CSV. New: Improved support for autoincrementing [autoid] in a string that also includes…
-
Formidable Forms v5.0.05
By
Fix: Custom colors were not properly being applied to frm-graph shortcodes when the x_axis was also set.
-
Formidable Forms v5.0.04
By
New: The Save Draft text can now be customized. New: Action conditions now support starts with and ends with filter options. New: Entries can now be sorted by post title,…
-
Formidable Forms v5.0.03
By
New: Calculations will now trigger immediately for new repeater fields. New: Long file names will now be automatically truncated on upload for names longer than 100 characters. This limit can…
-
Formidable Forms v5.0.02
By
New: [x] shortcodes will now process in labels for an email's [default-message]. New: HTML field descriptions now support [if x] shortcodes. New: When using the [editlink] shortcode and excluding all…
-
Formidable Forms v5.0.01
By
Fix: The new update that added thumbnails for pdf, doc, and xls file uploads had introduced a bug that was sometimes causing those uploads to break the form.
-
Formidable Forms v5.0
By
New: Required fields excluded with a shortcode attribute will now properly validate if they are missing from the form. New: The title and description attributes will now properly carry to…
-
Formidable Forms v4.11.05
By
New: Added a read only option to address fields. New: Dynamic field numbers will now work in calculations. New: Added improved validation for files uploaded through AJAX, disabling uploads for…
-
Formidable Forms v4.11.04
By
New: Dynamic fields that use data from post actions can now be searched in views and with the formresults shortcode. Fix: Error messages were not appearing for address and credit…
-
Formidable Forms v4.11.03
By
New: The menu order can now be set when setting up a post action. Fix: The field values for conditional logic were not properly updating after duplicating a form when…
-
Formidable Forms v4.11.02
By
New: Toggle fields are now more accessible with the tab key and can be toggled with the spacebar. New: The icon color for repeater fields can now be customized when…