Developer Forum »
Send confirmation email to more than one receiver
62 posts

I wish to send an confirmation email to two receivers, so I have added two email properties in the same form. When I submit the form, the confirmation is only sent to the first email address in the form.

It also seems like the notification from-address is overridden by the second receiver address. I want the from-address to be the no-reply address I have entered under "web form settings".

120 posts

The current forms module does not support multiple confirmations emails, and the default for notification emails is the address of the last email field og the form.

I would suggest you create your own code for sending the confirmation emails, by overriding the OnBeforeUpdate event on the WebFormSubmit content type. I would also use two normal text fields for the email addresses. This will give you a notification email with a fixed a email from address.

62 posts

Ok, thanks for the suggestions!

1