Releases: luyadev/luya-module-forms
Releases · luyadev/luya-module-forms
1.8.1
1.8.0
1.8.0 (9. August 2023)
- Apply the
nl2br()
function on the intro and outro text within the default email compose function. This ensures that all newlines are transformed into<br />
tags, unless you choose to override the default behavior by implementing your own custom logic using the'emailMessage' => function(SubmissionEmail $email, Forms $forms) {}
function.
1.7.5
1.7.4
1.7.3
1.7.3 (9. August 2023)
- Enhance the handling of empty attribute name values to ensure that the input is hidden gracefully instead of triggering an error when no attribute name is provided. Additionally, empty arrays for select and checkbox inputs no longer result in exceptions. Instead, an empty array is now the default, ensuring that nothing is displayed and the process proceeds smoothly.