Make form placeholder button link

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Mon Mar 24, 2014 11:00 pm
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
User avatar
Fresh Boarder

GK User
Tue Mar 25, 2014 8:55 am
Hi,

I guess, you want only button with link to your sign up page, without any other input, right?

So please use this code instead of <input ...
Code: Select all
<a href="#your_URL" class="btn">Sign up now</a>
User avatar
Moderator


cron