Project Challenge: Rendering a Sign-Up Form and Navbar
In this challenge, you will be adding a sign-up form to the application using Flask-WTF and rendering it on a template.
We'll cover the following
Problem statement
In this problem, you are tasked with creating a sign-up form for the users in your system. You will be creating this form using the Flask-WTF
module. Your application should have the following features:
- The sign-up form should have the following four fields:
- Full Name
- Password
- Confirm Password
- Submit
- The form fields should have all the necessary validators associated with them. You can view the list of inbuilt validators in WTForms documentation.
- Lastly, you will implement a horizontal navigation bar on the top of each page. It should contain the following links:
- Home
- About
- Sign Up
Get hands-on with 1400+ tech skills courses.