michael
02-26-2003, 04:29 PM
Can someone please help me.
I have a Perl Studio program that creates simple form email cgi scripts for me.
Now it works fine but it only sends information that is in a form field.
I have an order form on this site www.katseyeblends.co.uk
What I need is a way to send the final completed order form to me by email by using a cgi script.
The main problem is that only the form fields are sent, the actual order form items are in a table, and the cgi script doesn't recognise them as fields to process.
Is there a cgi script somewhere that will send ALL the information that is between the <form> and </form> tags, espescially info that is in a table.
Thanks.
I have a Perl Studio program that creates simple form email cgi scripts for me.
Now it works fine but it only sends information that is in a form field.
I have an order form on this site www.katseyeblends.co.uk
What I need is a way to send the final completed order form to me by email by using a cgi script.
The main problem is that only the form fields are sent, the actual order form items are in a table, and the cgi script doesn't recognise them as fields to process.
Is there a cgi script somewhere that will send ALL the information that is between the <form> and </form> tags, espescially info that is in a table.
Thanks.