Home › Forums › Design › Link a button thats already made › Reply To: Link a button thats already made
November 1, 2016 at 11:46 am
#247278
Participant
Yes thats the page the button is going to redirect.
This is how the “div” looks like:
<form method=”post” action=”#” onsubmit=”return checkforblank()”>
<input type=”text” id=”username” name=”username” placeholder=”Username”>
<input type=”password” name=”password” placeholder=”Password”>
<input type=”submit” name=”submit” value=”LOGIN” class=”btn-login”>
<input type=”submit” name=”sumbit” value=”Create an account” class=”btn-registrer”>
</form>