Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sleepyfrog

    passing recipient to a formhandler

    Oh, I see. Found the parsing bit in the code, but can't work out how to get my recipient value out: ------------------------------- foreach(@field){ if ($_ eq $from_field_name){ $from = $FORM{$from_field_name} if $FORM{$from_field_name}; $message.="$_: " unless $send_just_data...
  2. sleepyfrog

    passing recipient to a formhandler

    Hi Sorry, but you are assuming I know how to programme!! I am altering a programme written by someone else and only have a very basic understanding of perl. The value for the 2nd email address is passed by the form, as it gets added to the rest of the form data when sent to the main...
  3. sleepyfrog

    passing recipient to a formhandler

    Anyone else any ideas on this?
  4. sleepyfrog

    passing recipient to a formhandler

    Hi Thanks for your reply. I tried my $field_name_email = 'sendtoemailaddress'; $destination = "recipient"; $SendTo{'copies'} = 'try@sleepyfrog.com,';$destination; It is sending to the first email, but not putting the 2nd email in. The form is using a hidden field to provide the...
  5. sleepyfrog

    passing recipient to a formhandler

    Sorry if this is very basic; I have a form handler which has recipient: my $field_name_email = 'sendtoemailaddress'; $SendTo{'copies'} = 'fvs01@sleepyfrog.com'; However, I want to add a second recipient, but the email address is not fixed until the form has been created by cgi. Is there...

Part and Inventory Search

Back
Top