Caldera Forms 1.5.0.10 is now out with a handful of new features and a few bug fixes. This version is almost identical to the beta we released for testing last week, but includes three additional, minor bug fixes.
Here is what has changed. The list is similar to the one in the beta release, new changes are noted.
New Features
- Star rating fields now have a setting for the default number of stars.
- The caldera_forms_mailer filter now exposes the entry ID.
- There is now a filter — caldera_forms_checkbox_calculate_sum — to use the highest value, instead of the sum of checkbox fields in caluclations.
- All entry management actions are now filterable via the caldera_forms_manage_cap filter.
- See the docs and the new examples
- Added support for radio and checkbox fields in summary fields.
- New filter — caldera_forms_summary_magic_fields — to change which fields are used in the summary magic tag.
- New filter — caldera_forms_magic_summary_field_value — to change how a field is displayed in the summary magic tag.
Bugs Fixed
- If a submit button was shown on a page of a multi-page for before the last page, it might not work because future pages were validated.
- With this fix, you can safely set a submit button to conditionally show early in a multi-page form.
- https://github.com/CalderaWP/Caldera-Forms/issues/1579
- Conditionals based on calculation fields were not updating properly.
- This was caused by a change in Caldera Forms 1.5.0.8
- https://github.com/CalderaWP/Caldera-Forms/issues/1570
- Hidden classes were not applied to hidden fields.
- Toggle switches values were not included in calucaltions
- Label for datepicker fields were not showing as label when labels where hidden.
- Fixed duplicate column warning when installing
- https://github.com/CalderaWP/Caldera-Forms/issues/1610
- This fix was added after the beta.
- Paragraph fields were not showing saved value in entry editor.
- https://github.com/CalderaWP/Caldera-Forms/issues/1603
- This fix was added after the beta.
- Datepicker fields could not be updated beacuse the select box was not visible.
- https://github.com/CalderaWP/Caldera-Forms/issues/1605
- This fix was added after the beta.