Forward Form Results To E-mail Addresses
I need help to develop the proper html code that will forward the results of a form to two e-mail addresses.
I use FP2003. The web site with the data form is hosted on Yahoo! and FP extensions have been installed.
Yahoo! does not support forms generated in FP. I had to go to the site's Yahoo! Control Panel and select the preset coding for one of their sample data forms and place the coding into the html of the form's web page.
The preset Yahoo! code sends the form's data to the Primary e-mail address account. That works well.
But, I want to send a copy of the form's data on to another e-mail address. Here is the code that I have written. Please tell me if this code is correct, or suggest something that will work. I appreciate any help on this isssue.
<form method=POST action="http://us.1.p7.webhosting.yahoo.com/forms?login=elizabethkunesch&to=mbkohberger@gmail. com">
Note that elizabethkunesch is the Primary e-mail address at Yahoo! I want to send a copy of the form's data to mbkohberger.
Thank you,
Kathy S.
|