not directly, since the program does error checking on the email address you provide and multiple email addresses won't comply with the regex. Although you can generate the form with one email and then once its done creating the form, open up process.php in a text editor and search for the email address you used, and then append as many email addresses you want separated by a comma.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
great… I sorta knew that but wanted a confirmation since this was the first time I've used this phpFormGenerator. I like it for the most part, although it would be better if the calendar script were on external files. I does appear that the generator creates functions even if you don't have a calendar field…
but thanks for responding so quickly! appreciate it…
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-08-23
I am also trying to do this…? is it possible to edit processor.php to allow this? i need to sent to 2 recipients.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Would it not be easier and more flexible (less mucking with the code) to send the mail to a GROUP and have mail to that group forwarded to its members? Then you control the group membership to change, add or delete potential recipients? -Stephen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to enter multiple recipient email addresses?
not directly, since the program does error checking on the email address you provide and multiple email addresses won't comply with the regex. Although you can generate the form with one email and then once its done creating the form, open up process.php in a text editor and search for the email address you used, and then append as many email addresses you want separated by a comma.
I need to have the form email sent to 3 addresses… how can we do this for this?
mail("service@titanheating-ac.com","Residential - Form submission","Form data:
Comma separated values:
mail("service@titanheating-ac.com,sales@titanheating-ac.com,support@titanheating-ac.com","Residential - Form submission","Form data:
great… I sorta knew that but wanted a confirmation since this was the first time I've used this phpFormGenerator. I like it for the most part, although it would be better if the calendar script were on external files. I does appear that the generator creates functions even if you don't have a calendar field…
but thanks for responding so quickly! appreciate it…
I am also trying to do this…? is it possible to edit processor.php to allow this? i need to sent to 2 recipients.
Would it not be easier and more flexible (less mucking with the code) to send the mail to a GROUP and have mail to that group forwarded to its members? Then you control the group membership to change, add or delete potential recipients?
-Stephen