Question
Aflac
GB
Last activity: 6 Nov 2020 14:25 EST
After validation fail on modal window, then when user re-enters text in input field, submit button does not work on first click
After validation fail, when user re-enters text in input field then presses submit button for the first time, it clears the error message on screen but does not submit the form. They must press submit a second time in order for it to work. Alternatively, they can click anywhere outside the input field then click submit once and it will work.
So:
User enters incorrect details -> error message appears on screen -> user enters correct details -> presses submit (or anywhere else outside the text input field) -> error message clears but form remains open -> presses submit -> form submits
I have tried creating an action set for change > clear messages and post value. I have also tried an action set of change > set focus but this has not worked. Does anyone have any other suggestions? Many thanks