Releases: Strategy11/formidable-forms
Releases · Strategy11/formidable-forms
v2.0.14b2
v2.0.14b1
v2.0.13
- Allow css file updating if FTP creds are present
- A few jshint fixes
- Add 'frm_ajax_url' hook
- Allow layout classes to be used with submit button
- Remove frm_last class
- Prevent get_filesystem_method error in multisite after update
- Conditionally use ssl for the ajax url for form submission
v2.0.13rc
v2.0.13b2
v2.0.13b1
- Fix unique time error
- Improve calculations across page breaks
- Prevent clearing default values when hiding/showing sections
- Run calculations in collapsible sections
- Fix duplicating regular sections
- Allow layout classes to be used with submit button
- Remove frm_last class
- Prevent get_filesystem_method error in multisite after update
- Conditionally use ssl for the ajax url for form submission
- Fix importing parent_form_id on child forms
v2.0.12
- Add option to center form on page
- Improve styling classes for more consistency across different field classes, and make all classes responsive
- Added a few more styling classes: frm_three_fourths, frm_two_fifths, frm_three_fifths
- Remove in-place-editing from the field keys on the form builder page
- Add 'frm_after_update_field_name' hook for changing a field name during editing
- Update Bootstrap multiselect to v0.9.13
- Add license page to prepare for add-ons. Big things are coming.
- Fix: Prevent loading icon from being huge in some themes
- Fix: When the jQuery UI css is loaded by another plugin on the form builder page, the required icon looked the same whether required or not. This styling conflict is resolved.
- Fix: Make sure the form description size can be changed in the styling settings.
v2.0.12rc
- Fix js error after selecting an option in autocomplete field
- Add license page to prepare for add-ons
- Improve styling classes for more consistency across different field classes, and make all classes responsive
- Added more styling classes: frm_three_fourths, frm_two_fifths, frm_three_fifths
v2.0.12b
- Add option to center form on page
- Improve 6th, 7th and 8th layout classes for smaller screens
- Remove in-place-editing from the field keys on the form builder page
- Add 'frm_after_update_field_name' hook for changing a field name during editing
- Update Bootstrap multiselect to v0.9.13
- Fix: Prevent loading icon from being huge in some themes
- Fix: When the jQuery UI css is loaded by another plugin on the form builder page, the required icon looked the same whether required or not. This styling conflict is resolved.
- Fix: Make sure the form description size can be changed in the styling settings.
v2.0.11
- When the email "reply to" value uses the "from" setting, only use the email address without the name
- Switch the form action events to dropdown instead of checkboxes
- Shrink the reCaptcha on small screens
- Add font-weight 100-900 options to styler
- Fixes for javascript errors while form building in IE8
- Only load font.css for the admin bar when user can edit forms
- Add frm_email_message filter
- Add frm_include_form_tag filter for using div instead of form tag
- Add frm_show_submit_button filter for hiding and showing the submit button
- Fix date calculations using date formats that begin with the year
- Allow classes to be included on a hidden input
- Process the entry a little sooner (wp_loaded instead of wp)
- Add frm_capitalize layout class
- Make frm_customize class work for more field types
- Fix issue with clearing array keys when sanitizing an array when displaying entry values