Plugin: Formidable Forms
- New: Use CSS grids for better layouts. If you would like your column layouts to show in Internet Explorer, you'll need to turn on the old styling in the Formidable -> Global settings. The grids use a 12-column layout with classes that range from frm1 (1 column of 12) to frm12 (span all 12 columns). (Thanks for the feedback from our feedback group!)
- New: Automatically adjust fields to fit equally in an inline form
- New: Move Formidable Pro to its own plugin during install. Wahoo!
- New: If the Pro version is installed without the lite version, install it automatically and also prevent errors if pro is running alone and inside of lite.
- Enhancement: If a form creates posts and is set to not save entries, save the created post.
- Enhancement: Run install on an API route instead of the admin ajax route and make sure there won't be multiple instances of the install running at once.
- Enhancement: Add frm_rtl class to forms with styles set to RTL for easier styling.
- Enhancement: Use the options instead of transients for checking for updates. Some types of caching store transients indefinitely.
- New: Add frm_before_get_form hook
- Tweak: Remove the placeholder fallback javascript for old versions of IE. No need to give everyone extra scripts to load.
- Tweak: Only show the user login for a user id field when the display name is empty. Don't show it as a fallback for other user values.
- Tweak: Change the appearance of the range slider, and switch from a third-party script to minimal js to show the number.
- Tweak: Return 403 instead of 401 when a file type isn't allowed to be uploaded.
- Tweak: Open files in the upload field in a new tab
- Tweak: Remove the list of users on the reports page for quicker report loading.
- Fix: Install the wp_frm_copies table during the first multisite installation, and prevent it from checking tables before they exist.
- Fix: Register scripts for loading on shortcode inserted forms too and not only the preview page.
- Fix: Do not process a shortcode that is inserted into a field.
- Fix: Conditionals that check user meta were always returning true
- Fix: Correctly hide and show fields in embedded forms with the frm-show-entry shortcode
- Fix: Autocomplete for dynamic fields was too small
- Fix: Correctly check conditional logic when comparing 0 to blank.
- Fix: Prevent double filtering shortcodes in a nested view
- Fix: Allow a view to not be filtered on the same page as a filtered view
- 3.0 Fix: Correctly add classes to the admin body and prevent other plugins from overriding it for the new styling