Confusing submit button value during form submission states
-
There is a setting in the form’s submit button (processing label) that allows me to control the verbiage of the submit button’s text (label) when the form is processing. Great feature for extra control, but it confuses user. See scenarios below.
- Input invalid information in one or more fields
- Result:
Button text: Processing (or processing label)
Button state: disabled - Expected result:
Button text: Submit (or label)
Button state: disabled
- Result:
- Input valid information in all fields
- Result:
Button text: Processing (or processing label)
Button state: enabled - Expected result:
Button text: Submit (or label)
Button state: enabled
- Result:
Can this be improved? It makes the form look buggy like it’s stuck in a processing state.
- Input invalid information in one or more fields
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Confusing submit button value during form submission states’ is closed to new replies.