Can anyone tell me how to get the contents of a form field to carry forward to another html page containing the same form field? E.g.:
<input type="text" name="email">
So if someone fills out their email address on one page and then gets forwarded to another page which again requires their email address, this field is already filled in from before.
I'd be really grateful of some help!
Thanks,
Beck
<input type="text" name="email">
So if someone fills out their email address on one page and then gets forwarded to another page which again requires their email address, this field is already filled in from before.
I'd be really grateful of some help!
Thanks,
Beck
Comment