gathering / wannabe

Event-system for TG - wannabe.gathering.org
GNU General Public License v3.0
12 stars 7 forks source link

Clicking "Next" on last page of application instantly submits the application #48

Closed sklirg closed 10 months ago

sklirg commented 4 years ago

I expect to be prompted for confirmation regarding my application before it is submitted. Going from input-fields, clicking "next" and ending up with a submitted application is a bit weird IMO.

Best fix: A "summary" page that lists all questions and the submitted answers, without being able to edit them.

Okay fix: A prompt asking if the user is ready to submit. Either as a final page (with just that question), or as a popup/modal on when clicking on the "next" button which submits.

Also, the button text when submitting the application should be "Submit" (or "Send inn"), not "Next". There are no further steps, so going to the next page is wrong.

sklirg commented 10 months ago

Seems to be implemented based on the referenced PR 🙌