Changelog
Added
- New theme: pure
- Allow HTML in radio / checkbox options (global settings -> customization -> Allow HTML in options)
- IP can be anonymized partly (123.123.123.0) or full (0.0.0.0)
- Datepicker / daterange elements can be set to dates conditionally, e.g. Set Datepicker +3d (will set the datepicker date to 3 days ahead). __self__ can be used, too: +__self__d (will set the datepicker date to the current element’s value in days ahead). Daterange elements can be separated by double semicolon, e.g. +3d;;+4d
- Added element parameter in email style filters
Changed
- Updated to latest numeraljs version (if the form doesn’t load, clear your browser / page cache)
Fixed
- Form calculation when retrieving calculated Subtotal values fixed (this may affect your calculations)
- Global export only exported data when ‘Show export data’ was clicked before.
- Currency input format fix
- Some forms were duplicated / exported incorrectly when elements have deprecated group IDs (rare)
- Small performance improvement when importing large forms
- Tooltips in frontend elements fixed
- Textfield linebreaks fixed in emails
- Fixed error message: Warning: count(): Parameter must be an array or an object that implements Countable
- Stripe payment dialog styling fix