I am using the sign in template, but I'm not sure how to add a link when the submit button is successful. Right now the template blocks non-emails. Which is what I need.
But when the email check passes I want it to go to another web page.
Here is the line:
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
I tried wrapping it with a <a>
tag and it seemed to work once, but never again, which has me thinking that maybe a button
tag shouldn't be wrapped with an a
tag?