Disable Submit Button

The request:
  • Attempt to prevent duplicate submission of form.
  • Provide cue to user that the form has been submitted.
Possible solution:
  • Replace the SUBMIT button with a message when the form is submitted.
Notes
  • The form will not actually be submitted in this test.

The Test


Comments are closed.