Developer Support »

'tell a friend' script  (See more user questions)

Hi

Good to hear from you. Glad you like the script!

No, the script doesn't have that facility. What you are looking at there is
a "tell a friend" script. I don't get a great demand for it. apart from
anything else, it could be a target for spammers if there was a facilty to
send on comments too.

You could use the BCC facility in the script. Change it from this:

$bcc = "";

...to this:

$bcc = $_REQUEST['other_email'];

Then put an email input on your form, called "other_email", like so:

<input type="text" name="other_email">

Get the visitor to put the other volunteer's email in that field.

Just an idea. That's the basics of it.

Best wishes.

Charles Sweeney
https://formtoemail.com
The world's easiest feedback script!

----- Original Message -----
Sent: Wednesday, August 05, 2009 4:45 PM
Subject: FormToEmail script


> Comments: I purchased your pro script early last year adn I have to say I
> love it - it is the best most robust and flexible forms script I have ever
> used. Thank you for the fine work.
>
> Have you wrote an option for a user to enter a email address in the form
> in a separate "send to" email field on the form also?
>
> I have a situation where we want the volunteer to be able to send the form
> content form to another volunteer as needed.
>
> Thanks!