Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Link a button thats already made Reply To: Link a button thats already made

#247278
spitosdev
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>