Authentication Forms
The most common type of authentication is email and password. This lesson covers setting up the forms as well as the functionality required to toggle between them as needed.
We'll cover the following
HTML for the Forms #
We are going to have three separate forms, each to complete a different task.
The name of the forms explain what they do:
- Create user form
- Sign in form
- Forgot password form
The HTML is straightforward and short so I am going to present all of it to you right now. All forms go inside your modal.
Get hands-on with 1200+ tech skills courses.