Hello,
I posted this problem a while back but I still don't have the issue solved. I was wondering if any one of you PERL experts might be able to help. I would REALLY appreciate it!
I have a form that is processed by a perl script. The script sends 2 form values to a text file, sends an email to the recipient then redirects to another page. The page that it redirects to is a program. The program needs 2 of the form values sent to it.
I am trying to get the script to send 2 form values to the program on redirect. The script is Matt's famous formmail.pl with some added features for updating a text file.
My programmer added this line to the perl script before calling return_html but after &parse_form is called:
$Config{'redirect'}="
It still doesn't work. It does redirect to the correct page but the prospect_name and prospect_id values are empty.
I have posted the full perl script online here:
The script is in text format so anyone can take a look at it.
I have tried everything to get this to work. Is there some other code that needs to be added to the perl script? If so, where would I add it?
Thank you!!!!!!
Vickie
I posted this problem a while back but I still don't have the issue solved. I was wondering if any one of you PERL experts might be able to help. I would REALLY appreciate it!
I have a form that is processed by a perl script. The script sends 2 form values to a text file, sends an email to the recipient then redirects to another page. The page that it redirects to is a program. The program needs 2 of the form values sent to it.
I am trying to get the script to send 2 form values to the program on redirect. The script is Matt's famous formmail.pl with some added features for updating a text file.
My programmer added this line to the perl script before calling return_html but after &parse_form is called:
$Config{'redirect'}="
It still doesn't work. It does redirect to the correct page but the prospect_name and prospect_id values are empty.
I have posted the full perl script online here:
The script is in text format so anyone can take a look at it.
I have tried everything to get this to work. Is there some other code that needs to be added to the perl script? If so, where would I add it?
Thank you!!!!!!
Vickie