Avatar

Level 1

I tried searching the forums and the Internet and have tried a zillion solutions that don't work. I am sure I am missing something simple but I am trying to "fix" a form someone else made and I know little about coding or that stuff, so go easy on me! :^)

Anyway, I have a form with a "Submit by Email" button that currently goes to one e-mail address (set in the email address field in the object palette).

I need the form to go to an additional address. I don't care if it is listed separately, done as a cc or a bcc as long as it gets there!

I tried adding a second address right in that palette box separated by a semicolon or a comma, and that didn't work.

Then I found some instructions on changing the XML stuff, so I went in and tried a few things: adding the second e-mail separated by a semicolon right after the first (that sent it to "two" addresses, but both were xyz@loans.com, not the two different ones), separating them by commas (no luck), adding &cc or &bcc and the 2nd e-mail addy after the subject area ....

I'm out of ideas!

This is what I started with:

<

submit format="pdf" target="mailto:xyz@loans.com?subject=Loan Application" textEncoding="UTF-8"/>

Can anyone help me with that I need to type in to also get it to send to abc@loans.com?

Thanks much!