@moritzroseSubmitted over 1 year ago
I definitely put in "required" for my email input, it worked yesterday...it doesn't work today...I didn't change a thing :D any help?
I definitely put in "required" for my email input, it worked yesterday...it doesn't work today...I didn't change a thing :D any help?
I see that you have type="submit" on the <form> tag instead of the <button> tag. The required flag on the <input> would be enforced by the browser if the form was being submitted, which should happen if the button was a submit type. I think that is the issue?