Plugin: Formidable Forms
- New: Add a combined list of all entries on the Formidable -> Entries page instead of defaulting to the first form
- Change the time field to multiple dropdowns that always save in hh:mm format. This allows for secondary sorting by time fields in views. Using h:i A for the time format in a shortcode will be forced to g:i A.
- Switch the unique time functionality from front-end disabling to back-end validation
- Hide form on page load and fade it in to prevent conditional fields flashing
- Replace submit input with button for new forms for more flexible styling
- Show the loading indicator on top of the button instead of outside
- Pass error array in frm_get_paged_fields instead of true/false. If you are using custom code with the frm_get_paged_fields hook, it's possible your code may need to be adjusted.
- Enhancement: Order the post type dropdown by post key instead of defaulting to the order of post type creation
- Enhancement: Improve the rootline styling option flexibility
- Fix: Show the progress/rootline styling settings preview before hitting save
- Fix: Use the setting for the last page title in a rootline
- Fix: Validation without ajax no longer sends back to page 1. You'll be sent to the first page with an error.
- Fix: Remove extra section heading in the frm-show-entry shortcode and default email message
- Fix: Unchecking the required field box wasn't working