11 Oct 2022
- Added - PHP Scripts in the Directory configuration: Scripts called on Edit Layout, Scripts called when submission is updated.
- Fixed - 'Manage Submissions' is now wrapped inside a 'table-responsive' class for easier horizontal scrolling.
- Fixed - In some cases, errors were not shown when saving a Directory in the backend.
03 Oct 2022
Version 3.1.2
Added - Triggers: onRsformBackendValidateName, onRsformBeforeReturnUrl.
Updated - UIkit 3 updated to v3.15.10
Fixed - No longer generating duplicated Javascript code for 'File Upload' fields.
Fixed - 'Submissions - Directory' is now wrapped inside a 'table-responsive' class for easier horizontal scrolling.
Fixed - In some cases, new lines were stripped from the CSV export.
12 Jul 2022
- Added - Triggers: onRsformBackendBeforeGrid, onRsformBackendAfterCreateFieldGroups, onRsformBeforeSilentPost, onRsformBeforeMappings.
- Added - 'Allow HTML' for 'Submit Button', 'Button' and 'Pagebreak' fields - this will allow to write HTML in the 'Label' so you can, for example, place icons inside your buttons.
- Updated - Changed minimum requirements to use Joomla! 3.9.0 or newer.
- Updated - PHP 8.1 compatibility improvements.
- Updated - Form Fields are now grouped accordingly. The 'CAPTCHA Antispam' field has been moved to 'Spam Protection' as we now have several fields for this.
- Fixed - Some AJAX requests in the backend are now using POST to prevent incorrect caching on some servers.
- Fixed - Some jQuery calls in the backend have been changed to vanilla JS.
- Fixed - 'Toggle Quick Add' was generating too many <pre> tags.
- Fixed - After deleting certain fields the exact field types could not be re-added until the page was refreshed.
- Fixed - A new 'Submissions Directory' menu item will now require to explicitly choose a value for the 'Enable Directory' option before it can actually be saved.
28 Jun 2022
- Added - {global:utc_date_added} placeholder which will return 'DateSubmitted' in UTC SQL format.
- Added - Individual placeholders for File Upload fields with 'Multiple' set to 'Yes' - {FileUpload_index:value} will now return the file with the corresponding index.
- Updated - PHP 8.1 compatibility improvements.
- Updated - Dynamically generated Javascript will no longer be placed inline.
- Updated - Multipage forms will now have a 'formHidden' class by default to prevent long forms from flashing all fields during page load.
- Updated - Deleting your own submission now uses a separate page for confirmation to avoid deletion URLs from being accessed by mistake or by a bot. Old links will still work.
- Updated - In order to generate HTML compliant IDs, spaces are no longer allowed in the 'Name' property of fields. These will be converted to underscores.
- Updated - In order to generate HTML compliant IDs, the field 'Name' property must not start with a number.
- Updated - When a form can't be saved during a restore, the exact JTable error message will now be displayed.
- Fixed - When editing a form, the 'Thank You' description was wrong.
26 May 2022
- Updated - Reworked Foundation layout to use the new XY Grid.
- Updated - Accessibility improvements: Radio and Checkboxes generate an 'id' attribute for the label in the form of 'fieldname0-lbl'.
- Updated - Accessibility improvements: Radio and Checkboxes generate an 'id' attribute in the form of 'fieldname-grouplbl' for the 'Caption', which is referenced by each item with an 'aria-labelledby' attribute.
- Updated - Accessibility improvements: Radio and Checkboxes are now contained inside a '<div role="group"></div>' container.
- Updated - Accessibility improvements: Birthday Field dropdowns now each generate an 'aria-label' attribute.
- Updated - Exporting submissions now automatically tries to resume after a few seconds when a server-side error occurs.
- Fixed - When editing a submission in the backend, items from Checkbox / Radio or Dropdown fields are no longer disabled even if explicitly set.
- Fixed - When 'Captcha' is set to 'Invisible' the 'Caption' is ignored and no longer takes up space in the form.
- Fixed - Inputs and labels from Radio and Checkboxes generated using the 'uikit 2' and 'UIkit 3' layouts were showing up too close to each other.
26 Apr 2022
- Fixed - Birthday Field would incorrectly save submissions as "00 / 00 /" if no values were provided.
- Fixed - In some cases restoring a backup taken from Joomla! 4 would fail.
04 Apr 2022
- Added - 'Cache Time' option for 'Submissions - Directory' to optimize loading times for larger directories.
- Updated - Various loading time related optimizations for the 'Submissions - Directory' view.
- Fixed - Some deprecated notices were showing up on PHP 8.1.
- Fixed - 'Valid URL' validation rule was too permissive.
- Fixed - Bootstrap 5 radio and checkbox HTML markup was incorrectly generated.
- Fixed - In some cases restoring a backup would fail due to a stray translation.
- Fixed - Directory Emails would throw an 'Could not access file Array' error.