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