Demo 01 · Successful path
Basic successful submission
Complete the form and submit it. A local mock transport waits briefly and returns a success response; no network request is made.
Current workflow state
Service request
What to observe
- Empty or malformed required controls use native validation.
- The submit button is disabled only during the mock request.
- The form has
aria-busy="true"only while active. - The status region announces start and success without moving focus.
- All entered values remain in the form after success.