You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Form dataset the field is set to "Mandatory".
But if you submit the form in the frontend, the validation not checks the new field. The required string "*" (star) is visible, but it's not validated. But if i'm enabling the client validation (JS Validation) it works: TS Setup:plugin.tx_powermail.settings.setup.validation.client = 1
I tried multiple options in the form (like different validations), tried TSconfig different dataType's, as well as different kind of form field configuration in Partial Fluid Template (as array for example like original checkbox partial etc).
It only works if i'm enabling the client side validation.
Please fix it.
Thanks a lot.
The text was updated successfully, but these errors were encountered:
hendrikreimers
changed the title
[BUG] Custom Field Validation not working, only if Client (JS) Validation enabled
[BUG] Custom Option Field Validation not working, only if Client (JS) Validation enabled
Oct 24, 2024
I added a custom Field with TSconfig as follows:
And created a partial template, based on checkbox as well:
In the Form dataset the field is set to "Mandatory".
But if you submit the form in the frontend, the validation not checks the new field. The required string "*" (star) is visible, but it's not validated. But if i'm enabling the client validation (JS Validation) it works:
TS Setup:
plugin.tx_powermail.settings.setup.validation.client = 1
I tried multiple options in the form (like different validations), tried TSconfig different dataType's, as well as different kind of form field configuration in Partial Fluid Template (as array for example like original checkbox partial etc).
It only works if i'm enabling the client side validation.
Please fix it.
Thanks a lot.
The text was updated successfully, but these errors were encountered: