Having a form with CONFIRMATION PAGE activated, we noticed the following problem:
Proceeding from form page to confirmation page and using the back button results in chaos. The user's input in the form is not lost, but the show-/hide-rules assigned to the form are ignored. So also the form fields are shown that should be actually hidden.
Related versions:
TYPO3: 13.4.33
powermail_cond: 13.1.2
powermail: 13.1.0
In web console of my browser (Chrome), no JS errors are shown. Only a warning:
Incorrect use of <label for=<FORM_ELEMENT>
The label's attribute FOR doesn't match any element ID. This might prevent the browser from correctly autofilling the form and accessibilty tools from working correctly.
It points to a radio button in the middle of the form. Maybe this is relevant, maybe it is not.
Having a form with CONFIRMATION PAGE activated, we noticed the following problem:
Proceeding from form page to confirmation page and using the back button results in chaos. The user's input in the form is not lost, but the show-/hide-rules assigned to the form are ignored. So also the form fields are shown that should be actually hidden.
Related versions:
TYPO3: 13.4.33
powermail_cond: 13.1.2
powermail: 13.1.0
In web console of my browser (Chrome), no JS errors are shown. Only a warning:
Incorrect use of <label for=<FORM_ELEMENT>
The label's attribute FOR doesn't match any element ID. This might prevent the browser from correctly autofilling the form and accessibilty tools from working correctly.
It points to a radio button in the middle of the form. Maybe this is relevant, maybe it is not.