plain-solutions-gmbh / kirby-form-block-suite

This form plugin for Kirby offers you maximum flexibility and usability. It can be used as a block anywhere you needed. This repository replaces the obsolete version 2.0.
Other
38 stars 12 forks source link

Feature request - 2 recipients #1

Closed mactedder80 closed 1 year ago

mactedder80 commented 1 year ago

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?

plain-solutions-gmbh commented 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.

mactedder80 commented 1 year ago

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"

plain-solutions-gmbh commented 1 year ago

I just implement this feature in version v3.1-BETA