Plugin: Formidable Forms
- Submit build form in one input to prevent max_input_vars limitations
- Load fields on the build page with ajax for long forms and other form builder page optimization
- Added submit button to customizable HTML
- Added clickable styling classes to form builder sidebar
- Create entry key from first required text field
- Set the default name of a field to the field type instead of "Untitled"
- Added minified version of formidable.js
- Added warning message if a non-unique value is added as a field value
- Fixed messages for strict standards
- Fixed inline and left labels for checkboxes
- PRO: Added back button on multi-paged forms
- PRO: Added conditional logic on page breaks for skipping pages
- PRO: Added loading indicator by submit button and on dependent data from entries fields
- PRO: Switched out username and passwords for license numbers
- PRO: Updated timestamp in CSV to adjust for WordPress timezone selection
- PRO: Updated value in CSV for file upload fields
- PRO: Include comments in the CSV export
- PRO: Added column in CSV for value for fields that are set to use separate values
- PRO: Allow for quotation marks in field labels for the CSV export
- PRO: Added frm_import_val hook for CSV importing
- PRO: Made dynamic default values clickable on form builder page
- PRO: Removed border styling from the container around radio and checkbox fields
- PRO: Added utf8 support to sanitize_url=1 option
- PRO: Added "confirm" option to frm-entry-links shortocode that is used before an entry is deleted
- PRO: Copy conditional logic and field calculations into duplicated forms
- PRO: Allow clickable=1 and images to be used with Google formresults shortcode
- PRO: Allow [25 show="user_email"] for data from entries fields to get user info from the user ID from the linked form, and [25 show="30" show_info="user_email"] to get values from a field linked through 2 data from entries fields
- PRO: Allow tags fields to be used with hierarchal taxonomies
- PRO: No longer require fields in a conditionally hidden section heading
- PRO: Added option for frmThemeOverride_frmAfterSubmit function for custom javascript after ajax submit
- PRO: Updated star rating javascript version
- PRO: Check field key when creating a form from a template to see if the trailing "2" can be removed
- PRO: Don't show custom display content for password protected posts until allowed
- PRO: Switch the cancel link to edit link after a form is submitted with in-place-edit and ajax
- PRO: Switched front-end ajax to use hooks (frm_ajax_{controller}_{action})
- PRO: Call ajax later on the init hook to prevent php notices when WooCommerce is active
- PRO: Delete entries on the same page as the frm-entry-links shortcode, and added a confirmation message: confirm="Are you sure?"
- PRO: Correctly check if jQuery on() function exists
- PRO: Fixed calendar display for months starting on Sunday when the week start day is set to Monday
- PRO: Removed "custom display" from the post type options on the "create posts" settings tab
- PRO: Allow multiple values to be imported into an entry via csv in a multi-select dropdown field