How the "Get Started Button" in Header can redirect to a URL

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Nov 15, 2013 1:30 pm
Reply with quote
Report this post
Dear Madam/Sir,

I would like to thank you for your nice and reliable template.

I have two questions regarding the "Get Started Button" in the header position.

I would like the "Get Started Button", once clicked to redirect to a URL (i.e. www.google.com)

The code from the module is:

<form class="gk-form">
<div><input type="email" value="Enter your Email" /><input type="submit" value="Get Started Today!" />
</div>
</form>

Question 1) Can you please re-write the code with the URL (i.e. www.google.com), for the Get Started Button

Question 2) I would like to have only the "Get Started Button" - but to be positioned in the center (i.e. aligned in center). Do i have to add some code for aligning the button "Get Started Today!" in the center?

I would like to thank you in advance for your support.

With Kind Regards,
Gerasimos Kontos
User avatar
Fresh Boarder

teitbite
Fri Nov 15, 2013 1:50 pm
Reply with quote
Report this post
Hi

Please try to replace it to this code:

Code: Select all
<form class="gk-form" action="URL_OF_REDIRECTION">
<div><input type="submit" value="Get Started Today!" />
</div>
</form>
User avatar
Moderator


cron