Closed mactedder80 closed 1 year ago
Pleasure. 🤗
It can be easily done with a little hack: Go to the file site/plugins/kirby-form-block-suite/blueprints/snippets/form_notify.yml
(if you like to send the confirmation mail to multiple recipients go to file form_confirm.yml
)
On line 7 change ~type: email
~ to type: text
. Now you can enter multiple comma-separated email-adreses.
Please let me know if it works. I will add this feature properly in the next release.
Unfortunately, this did not work. "Something went wrong. - Please contact the administrator."
And in the backend the Failed message says "Error sending notification: "jamie@emailaddressa.com,jamie@emailaddressb.com" is not a valid email address"
I just implement this feature in version v3.1-BETA
Firstly, a great plugin thank you.
I really need a way to add 2 recipients to the form. Is this possible or relatively easy for you to add?