I have created 2 text input fields that have a required=1 attribute in them. However, there are two forms that redirect to two pages. I have two buttons, register and log in, and they are in two forms, so that when clicked, they can redirect to the page they need to. However, the input fields only keep the required attribute depending on the form they are placed in. I want the input fields to always be required for both forms. I did try to place them outside of everything, but then neither of the forms make input required. Code:I have created 2 text input fields that have a