Passing email from from home page to WordPress registration

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Tue Jul 09, 2013 4:18 pm
Passing email from from home page to WordPress registration form on another page.

Hello I am not a programmer. I want to pass the email address in the Simplicity demo page form to the word press registration page email field.

So I need to edit this code:

<form class="gk-form">
<div><input type="email" placeholder="Email address ..."> <input type="submit" value="Get Started today!"></div>
</form>

To redirect to this page
http://www.domain.co.uk/wp-login.php?action=register

and fill in the email address

thanks for your help
User avatar
Fresh Boarder

GK User
Wed Jul 10, 2013 12:24 pm
Hi,

This will be difficult, the best option is to use 3rd party plugin, e.g. this one, then edit inputs, and insert this plugin shortcode to widget text (after <from class="gk-form">).

Or you can delete inputs and put Button, which will redirect to a registration page:
Code: Select all
<a class="btn" href="http://www.yourdomain.co.uk/wp-login.php?action=register">Get Started Today</a>
User avatar
Moderator

GK User
Tue Jul 16, 2013 9:21 am
Thank you I have it working now
User avatar
Fresh Boarder


cron