Email Input Form on Homepage above the fold

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
Wed Mar 13, 2013 7:41 pm
Reply with quote
Report this post
How do I make that form to submit your email on the homepage above the fold to work?

I've never been good with forms, so any help would be very appreciated. Here is the code for the form provided in the kickstart (I changed the value to say what I wanted it to say):
Code: Select all
<form class="gk-form">
<div>
<input type="email" placeholder="Email address ..." /> <input type="submit" value="Join Our Team Today!" /></div>
</form>

Thanks!
User avatar
Fresh Boarder

Konrad M
Thu Mar 14, 2013 9:18 am
Reply with quote
Report this post
Hi,
<form> tag need to have parameters such like action="" and method="" defined. First one give you point where you want to direct info from form. Second one decide which metod you will use.
User avatar

GK User
Fri Mar 15, 2013 12:51 pm
Reply with quote
Report this post
hi, I don't understand... if I want to send the email address that people who introduce their email in the form, and save it to my email address: [email protected]... where I must configurated it??

thanks a lot
User avatar
Gold Boarder

Konrad M
Fri Mar 15, 2013 1:56 pm
Reply with quote
Report this post
So you need to probably use some newsletter to achieve that. And add same class to <form> and <button> tags as in our sample.
User avatar


cron