Index >
Off topic >
Howto process a mail confirmation link to a POST form?
iainlea
TYPOlight novice
Posts: 2
Nuernberg
I have a very simple app using TL 2.6 that requires a user to press a link they receive via Email (from another app) which simply contains a URL of form:
http://www.site.com/index.php/confirm.html?id=user@site.com&code=1234
So simply 2 fields: one that contains the users email address and the second with a code number.
I have created a Form called confirm with 3 elements:
1. textfield named "id"
2. textfield named "code"
3. submit button named "submit"
Form sends values as Raw format to another Email address for further processing.
Now if I enter values directory into the form manually and press submit button it works. If however I enter the URL listed above I see apache logging the url in its access logfile but nothing else happens. I have also tried the following URL to see if the submit button needs "tickling":
http://www.site.com/index.php/confirm.html?id=user@site.com&code=1234&submit="Submit"
but that does not work either.
Would appreciate any tipps how I can get POSTing of info working without user having to manually fill out the form.
Thanx in adavance
Iain
2008-10-06 18:18
Index >
Off topic >
Howto process a mail confirmation link to a POST form?
Total Members: 4321
Total Topics: 11070
Total Messages: 78429