Plugin: Formidable Forms
- New: Add FrmEntryValues, FrmFieldValue, FrmProEntryValues, and FrmProFieldValue classes, which should be widely reusable.
- New: Add ready-to-use contact form. Use it anywhere with [ formidable id=contact-form]. It will only be created on new installs.
- New: Add frm_validate_file and frm_response_after_upload hooks.
- Enhancement: Load global settings tabs with AJAX to improve the load speed.
- Enhancement: Set license keys in wp-config.php. Use define('FRM_PRO_LICENSE', 'license-key-here');
- Enhancement: Prevent the submit button from being clicked while Lookup fields are processing.
- Enhancement: Add form and entry to frm_email_message filter.
- Fix: If a field is in a section in an embedded form, it will now be included in the default email message.
- Fix: Array output of the show entry shortcode includes repeating fields with their own value arrays. The Zapier and API addons use this array.
- Fix: Include_fields parameter applies in show entry shortcode.
- Fix: Some repeating or embedded fields were duplicated in the default emails and the show entry shortcode.
- Fix: Only show section headings in email if there are values submitted inside the section.
- Fix: Filter fields autopopulated by lookup based on parent settings
- Fix: Don't set cookie during API request
- Fix: Entry ID greater than and less than filters were not working correctly
- Fix: Calculation error occurred when calculation contained fields inside and outside repeating section.
- Fix: Make sure [input opt=1] works when "other" options are present in radio fields.
- Fix: Prevent JS error for calc with no trigger field.
- Fix: Show loading icon when updating a field with update link.
- Fix: Allow "3" in the title of a collapsible section
- Fix: Only check get_user_locale in admin area to stay in step with WordPress.
- Fix: Keep Lookup option with special characters selected when editing entry.
- Fix: Prevent fields from returning validation errors when they're in a hidden section.
- Fix: Fix "Array" showing for the options in post status View filter.
- Fix: Close the file type limit selection box when clicking away
- Fix: Changed blank title processing in the form widget to match WordPress core widgets.