Ján Mikláš
4a54033d1e
Correctly show error message next to the field when the same form is rendered multiple times
...
Every form block now has unique ID (even the same block in two different form has different ID) used for rendering error messages. Before this, when the same form was rendered on a page multiple times, error messages of custom fields were always shown on the last rendered form, even if the first one was submitted.
[MAILPOET-6182]
2024-09-02 12:53:26 +02:00
Jan Jakes
926620e8f8
Ignore strict types rule in all existing files that don't have it
...
[MAILPOET-2688]
2022-11-29 15:04:09 +01:00
Berkay Simsek
0dc35da401
Improve autocomplete accessibility for names in forms
...
Changed the autocomplete attributes for input fields: 'first_name' & 'last_name' to comply with the WCAG-standards for autocompletion.
[MAILPOET-4408]
2022-06-13 17:15:44 +02:00
Brezo Cordero
57f6d54fdf
Add label and id also to custom fields
...
[MAILPOET-3331]
2022-06-13 11:06:01 +02:00
Brezo Cordero
6ad442a5dc
Add label to text form
...
[MAILPOET-3331]
2022-06-13 11:06:01 +02:00
Jan Lysý
ba99d331f1
Remove duplicated code
...
[MAILPOET-4209]
2022-05-16 13:15:59 +02:00
Jan Lysý
81bfbd5bf4
Add autocomplete attribute for text inputs in forms
...
[MAILPOET-4284]
2022-05-16 13:15:59 +02:00
Jan Jakes
9f790efbf0
Move plugin files to a subfolder
...
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00