-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Context: Bob signs up for TigerRacing via interest form (google form) -> Admin takes Bob's LSU email from google form and generates a sign up URL -> Bob opens the sign up URL -> Bob sees sign up page which asks him for his information to finalize account creation (this page) -> account is created!
Fields we want:
- Full name
- Grad Date
- Shirt Size
- (optional) Subsystem
We want 3 pages, the form, a success page, and a failure page.
Form: Make sure to show the LSU email that is attached to the link so the user can make sure they are inputting information for the right email (just in case).
Success: Make sure to let the user know they can now sign into the application + they need to use their LSU email.
Failure: Tell them to refresh or email support (lets just say to email example@formulalsu.com for now)