Smart Form - more than one email

Greetings everyone! :smiley: |

I just purchased Bootstrap Studio 7. Without knowing how the app worked I was able to make a Smart Form that worked. I have immediate need to figure out how to tweak :wink: the form. I need to have more than one Recipient. Can anyone help?

1 Like

Thanks for getting back to me. :smiley:
Smart Form should have a drop down or something that would allow multiple recipients.

Is there a file that can be modified after export to add additional (emails) recipients?
I know it can be done in PHP forms.

|// Create Message||
|---|---|
||$to = 'info@gmail.com,info@aol.com,info@domain.com';|

@martin, I noticed you are developer, would you time to look in this this topic?

Maybe the following will help you in some way to accomplish something.


Otherwise Smart Forms is using a JS file to talk to the BSS servers to send. So it goes back to the original restraint limit of one allowed recipient in the first comment I shared above.

2 Likes

Wow such a quick response, Thank you!! :smiley:
I understand you are busy, so I appreciate you taking the time to respond.
I will have fun learning and playing to get this to work.

@martin
Just to be clear. Please forgive if this is not correct. I know little about… Here is my thoughts. Please correct me I won’t feel hurt.

Open Smart Form. Select the Recipient. Export the file. Open the index.html with an editor. Copy the (ida/hashes) a0a4a757e5fa228df5cded1aa43ch006
Do this for each Recipient. Paste them into the index.html Upload the file. Test the changes

<form data-bss-subject="Message from prospect" data-bss-recipient="a0a4a757e5fa228df5cded1aa43ch006 a0a4a757e5fa228df5cded1aa43ci007 a0a4a757e5fa228df5cded1aa43cj008"

Unfortunately it won’t work like that. Smart Forms can deliver an email only to a single recipient. The reply above about switching the recipient dynamically works only for one at a time.

The only solution is to setup automatic forwarding in your email account so that the other email addresses get a copy of the message as well.

2 Likes