Users do not receive feedback when a form is being submitted, which may lead to confusion or multiple submissions.
Steps to Reproduce:
- Fill out the form.
- Click the submit button.
Expected:
The submit button should show a progress indicator while waiting for the API request to complete.
Actual:
No visual feedback is provided during form submission.
Solution:
Implement an inline progress bar as in T350801: Progress elements: Explore alternatives to Button loading states
Acceptance Criteria:
- Progress indicator is visible to the user during form submission.