Hi,
I want to improve the conversion quality of my register_rules page, since I'm now using this page for Pay-per-click ads.
What I want to do is make a bright glaring table row towards the top of the screen (above the auto-ticked T&C) with a field for email, a field for password and a Register Button,
the HTML would be something like this
Code:
<table>
<tr>
<td><b>email</b></td>
<td><input name="email" type="text" style="width:100px" /></td>
<td><b>password</b></td>
<td><input name="password" type="password" style="width:100px" /></td>
<td>
<input type="submit" class="button" value="$vbphrase[register]" accesskey="s" />
</td>
</tr>
</table>
What would then happen is that if these two fields are filled in, they are pre-filled for the member on the next page of registration with the values they put in.
Can somebody tell me how I do this?
Thanks
Matthew