Hint: You may change the HTML input fields from e.g. type="email" to type"text" to disable the client-side validation temporarily. You may also remove the required attribute to omit fields that are actually required.
Hint: You may change the HTML input fields from e.g. type="email" to type"text" to disable the client-side validation temporarily. You may also remove the required attribute to omit fields that are actually required.