Plugin: Formidable Forms
- New: Hide the section heading with visibility
- New: Add frm_before_day_content and frm_after_day_content hooks. These hooks are for adding content on each calendar day that has entries.
- New: Add frm_enqueue_builder_scripts hook to load extra scripts on the form builder page
- New: Add frm_show_entry_defaults hook to add extra atts to the frm_show_entry shortcode
- Tweak: Add font version number so we can make font changes more easily
- Tweak: Include 'original_default' in the field array for new entries so we can compare and prevent double processing later
- Tweak: Improve the form preview page in the theme
- Tweak: Add a way to run a calculation from a different page of the form. If a form or field has the do-calculation class, always run it even if the total field is on a different page
- Tweak: Return embedded form values as array in the show entry shortcode. The format is conditionally changed based on child_array=1 in the shortcode to maintain reverse compatibility. The API addon uses this for embedded forms.
- Fix: issues with calculations in hidden fields inside of sections
- Fix: frm-search wouldn't search posts for a numeric value
- Fix: Some views were occasionally showing the field shortcodes. Get the shortcodes for a view more concisely by checking for any numeric shortcode instead of checking the database for the field ids.
- Fix: Allow graphs to work in PHP 5.2 (replaced lcfirst with strtolower)
- Fix: Default values weren't processing correctly in a few cases: hidden fields with a field id like [25] were not getting the value from another page, nested shortcodes like [ frm-stats id=[25]] were not processing the field value, HTML fields were processing shortcodes multiple times. Now if there is a nested shortcode, it isn't run until after the nested value is replaced.
- Fix: Searching for a decimal in a view filter was always switched to a whole number
- Fix: quotation marks were being escaped in frm_form_attributes and frm_form_div_attributes hooks
- 3.0 fix: more accurately position the submit button for inline forms
- 3.0 fix: fix the layout issues on the form builder page when adding and selecting a field
- 3.0 fix: When a long option was selected in a dropdown field, it pushed the field description lower
- 3.0 fix: The dropdown to create a new template wasn't opening
- 3.0 fix: Forms were not redirecting when ajax submit and redirect were enabled
- 3.0 fix: Collapsed section was missing a closing div
- 3.0 fix: Repeating layout styling for second row, or when set to grid.
- 3.0 fix: The repeating section icons were not allowing icons only
- 3.0 fix: A few styling fixes for toggle and slider fields.
- 3.0 fix: Load the star javascript on the form builder page for hovers
- 3.0 fix: Use the correct default HTML for embedded forms to prevent the labels from showing
- 3.0 fix: The button to add a new comment on the view entry page wasn't working
- Update the font icons for star ratings