- New: Allow the frm-set-get shortcode to set a value from a nested shortcode. [ frm-set-get param="insight"]Formidable rocks![/frm-set-get]
- Tweak: Process shortcodes nested inside the frm-condition shortcode
- New: Set the date format returned in frm-show-entry with date_format='Y-m-d'
- New: Show a message when a field calculation includes formatting errors
- New: Add color settings for slider and toggle fields
- New: Add view pagination on a hook. This allows it to easily be added at the top of the page with one line:
add_filter( 'frm_before_display_content', 'FrmProDisplaysController::prepend_pagination', 10, 4 ); - New: Add hooks to links in view pagination to add anchors or change links: frm_prev_page_link, frm_first_page_link, frm_page_link, frm_last_page_link, and frm_next_page_link
- New: Add less than or equal to and greater than or equal to in Conditional Logic options
- Tweak: Rearrange the field settings in the date fields in preparation for the upcoming dates addon
- Fix: Allow multiple watch fields to be set in the form builder
- Fix: Default values with conditional logic and multiple options selected in checkboxes and multiple select dropdowns were being lost when not on the first page of a multi-paged form.
- Fix: Correctly get frm-stats values for evaluation inside the frm-condition shortcode
- Fix: Prevent extra footer content from being added to the page multiple times when moving between form pages in a multi-paged form
- Fix: Dynamic list fields were not showing in the default email
- Fix: Prevent shortcodes inside field values from being processed in more places. This is a security precaution.
- Fix: Correctly fetch options in conditional logic for fields set as categories
- Fix: Other options for inline radio/checkboxes were showing below the last option