Skip to content

v6.7

Choose a tag to compare

@Crabcyborg Crabcyborg released this 12 Dec 20:35
· 9867 commits to master since this release
5370b11
  • New: The new form modal pop up has been replaced with a new form templates page. Now form templates can be flagged as favourite.
  • New: The option to send monthly and yearly summary emails with form and payment stats has been added to global settings.
  • New: Error handling has been improved when trying to edit a form in trash or a form that does not exist.
  • New: The query for getting entry count has been optimized, significantly reducing the time it takes to count entries.
  • New: Default submit button HTML has been updated for new forms. Forms with the previous HTML would trigger the Previous button when the Enter key was pressed. Forms with the new layout have corrected this and will trigger the Next button instead when the Enter key is pressed.
  • New: Dropdown fields will now pass a different type value in POST requests to avoid conflicts with security tools that block requests containing the word "select".
  • Fix: Zebra stripe styling on the View Entry page would sometimes repeat the same background color when hidden empty rows were hidden.
  • Fix: The default maximum value of 5 used for row count in a Paragraph field would carry to other field type settings after changing field type, acting as a 5 character limit. This is now cleared when changing field types from Paragraph to another field.
  • Fix: A styling issue has been fixed that was causing the WordPress sidebar to overlap on top of admin page content when using specific user preferences.
  • Fix: The form search was broken on some databases when comparing a datetime value to a non-date value.
  • Fix: The pirate forms importer style has been updated to look better.
  • Fix: A fatal error on the welcome page has been fixed.