Plugin: Formidable Forms
- Added option to save drafts
- Added form switcher to nav and other UI enhancements
- Added phone format option, including an input mask if format is not a regular expression
- Added nonce fields and checking for increased security
- Switched to placeholder with IE fallback for those using HTML5
- Updated duplicate entry checking for more accuracy
- Improved long form load time and usability
- Added French translation
- Removed unnecessary definitions: FRM_IMAGES_URL, IS_WPMU, FRMPRO_IMAGES_URL
- Dropped support for < jQuery 1.7 (< WP 3.3)
- Added frm_radio_class, frm_checkbox_class, and frm_submit_button_class hooks
- Moved radio and checkbox inputs inside the label tags
- Updated default styling and removed icons from error message, with a styling reset button on styling page
- Added frm_text_block and frm_clearfix styling classes
- Added force_balance_tags on the in-place-editing fields on the form builder page to prevent issues with adding bad HTML
- Switch field IDs in email settings in duplicated form
- Added exclude_fields to the form shortcode. Ex [formidable id=2 exclude_fields="25,26"]
- Switched "Custom Display" terminology to "View"
- Allow any values in the form shortcode to set $_GET values. [formidable id=x get="something"]. Then use [get param="get"] in a field
- Allow the field value to be used to filter data from entries values in custom displays, statistics, and graphs
- Increased CSV export efficiency by loading 20 entries at a time
- Allow for quotation marks in values used to get stats in the frm-stats shortcode
- Updated template export to include all form settings
- Dropped WP_List_Table fallback for < WP 3.1
- Make custom display pagination unique to allow multiple paginated displays on a single page
- Removed WPML-related translating options, and move to the add-on
- Added [entry_count] for use in custom displays
- Allow a blank option for multiselect data from entries fields when set to autocomplete
- Adjust imported created and updated times from server setting to UTC
- Switched time field generation from javascript to php
- Allow [if created-at less_than="-1 month"]
- Added frm_default_field_opts hook
- Added frm_send_to_not_email hook for notifications that are triggered on non-emails
- Updated file uploading progress bar with frm_uploading_files hook added to text
- Only show "create entry in form" box if user has permission to create entries
- Added frm_back_button_class hook
- Allow quotation marks in conditional logic for hiding and showing fields
- Allow filtering by a field value in graphs
- Make x_axis=created_at work in graphs
- Added if statements to Default HTML button in email message
- Added show_filename option to file upload fields
- Allow dropdown data from entries fields to be set as read only
- Remove slashes from a single entry retrieved from cache
- Remove slashes added by ajax before saving to db
- Updated default submit button HTML to include [frmurl] for a dynamic url
- Fixed naming so plugin info and change log links are correct on plugins page
- Fixed entry listing widget to get values from stats for more accuracy
- Fixed collapsible entry list bullets
- Fixed dependent multi-select data from entries fields on edit