Flask form not validating on submit
I’m trying to make a form that looks like an exam page. I have a checkbox and a submit button, the submit button when clicked does not do anything. The HTML code in exam.html {% extends ‘layout.html’ %} {% block content %} <h3 class="pt-5 p-4">exam page</h3> <div class="form"> <fieldset class="form-group"> <form method="POST" action="/" class="m-3"> {{… Read More Flask form not validating on submit