Click to See Complete Forum and Search --> : Email extract
rughead
12-19-2003, 02:50 PM
I have currently made a html email that has a form withinit, so the user can just submit the results. They are then sent to the recipient using a perl script. Is there any way that I can capture the address of the user when they submit the results? Instead of providing a box for them to input there email address.
Would be very greatful for any help.
Pittimann
12-20-2003, 01:37 AM
Hi!
If that stuff is running within a login area where people log in with username and password (after having submitted a valid - and their real - email address upon registration) that will be easy.
Otherwise - no way!
Just by reading your username here in the forums I cannot tell you anything about your weight...
Cheers - Pit
ray326
12-20-2003, 03:25 PM
This is one of those cases where you might be better off using a mailto: action. That will give you the user's email address, at least it will give you what they have in their email client.