How can I put a link in the placeholder form?
I want the button to link to the sign up page.
<form class="gk-form">
<div>
<input type="submit" value="Sign up now"></input>
</div></form>
I tried everything. Please help
<a href="#your_URL" class="btn">Sign up now</a>