[TYPO3-english] Help Mail Form
Brayden Willenborg
braydenw at stormat.ca
Tue Jul 21 02:29:45 CEST 2009
I have a form which is filled in and when the user clicks submit an
email is
sent to the recipient I (the webmaster) specified and all is working
fine. However, I'd like to add some functionality to this form and get
it to submit the form results to both the recipient I specify and send a
second copy to the email they specify on the form.
For example, this is the form...
Name: Brayden
Email: brayden at thisisfake.com
Age: 90
I'd like to send the results of this form to the webmaster
(webmaster at siteofform.com) and to the user who submitted this from
(brayden at thisisfake.com). How would I accomplish this?
I was thinking it would be some kind of variable. So in the recipient
email
on the back end I'd put "webmaster at siteofform.com,
$_POST['name_of_field']" or
something along that line.
More information about the TYPO3-english
mailing list