Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
sbell2200 #1
sending form results to a 2nd recipient
I'm trying to modify the javascript line in my "contact" form to send the
information (POST method) to a second email
recipient. Here is the single-recipient code:
<input name="Submit" type="submit"
onClick="MM_validateForm('1','','RisEmail','textar ea','','R');MM_callJS('mailto:
[email]recipient1@yahoo.com[/email]');return document.MM_returnValue" value="Submit">
I've tried commas, semicolons, plus signs, repeat of the MM_callJS statement
all to no avail (only the first one is sent).
I also looked into hosted forms, ended up sending an email to support which
hasn't been answered 4 days later.
Got me to thinking, maybe I could do it by modifying the above script?
Instead of futzing with hosted forms.
My host is Yahoo!, they pointed me to the script above - guess that's the one
that plays with their form-handling script on the server.
Thanks in advance for any help....
-steve
sbell2200 Guest
-
Setting up a form for an emal recipient.
Hello, Thank you for this fourm, Macromedia. I need help on a project I am working on. I am deleloping a web site that has a page where a form... -
Setting up a form for an email recipient.
Hello, Thank you for this fourm, Macromedia. I need help on a project I am working on. I am deleloping a web site that has a page where a form... -
Sending search results to a results page..with asp
Please help.. very :confused; Ive setup 4 dynamic drop down boxes which populate themselves from my database, this all works fine..The last box... -
How to send results to more than one recipient
"James Edward Gray II" <james@grayproductions.net> wrote in message news:4F13E5E4-4ACF-11D8-9A03-000A95BA45F8@grayproductions.net... James, ... -
Adding a second email address to form recipient
I have a simple form that I have been using for a while that I now need to add a second recipient to. My current code is a follows: ... -
AlanShaw #2
Re: sending form results to a 2nd recipient
I use Jmail and in order to add a second recipient I repeat the first line with
the second recipients address like so:
msg.AddRecipient "recipient1@xxx.org.uk", "XXX Information"
msg.AddRecipient "office@xxx.org.uk", "XXX Office"
I wonder if you should try something along the same lines.
I'm not familiar with what you are using but maybe it should read something
like:
<input name="Submit" type="submit"
onClick="MM_validateForm('1','','RisEmail','textar ea','','R');MM_callJS('mailto:
[email]recipient1@yahoo.com')('mailto:recipient2@yahoo.co m[/email]');return
document.MM_returnValue" value="Submit">
AlanShaw Guest



Reply With Quote

