Forum Moderators: open
If the mailing address is wrong i want them to update it via a form embeded in the email. I want the form to post data to a text file in my website.
Is this possible and could someone point me to a tutorial or give me a quick tip.
many thanks
Gecko
pass the old detail to the form
You should still be able to do this. If you code the link to the form with something like...
example.com/update-mail.htm?oldaddress=johndoe@example.com
...and pass that to the "oldaddress" field in the form. Or something along those lines ;)
That's as far as I can go on that. Somebody else will have to suss out the details for you.