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.

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:

  1. The sign-up form should have the following four fields:
    • Full Name
    • Email
    • Password
    • Confirm Password
    • Submit
  2. The form fields should have all the necessary validators associated with them. You can view the list of inbuilt validators in WTForms documentation.
  3. 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 1200+ tech skills courses.