PDA

View Full Version : Can Anyone Help Me!!!!!!!!!!!


whitey
03-26-2003, 01:38 PM
Hello,

I have an order form that clients will fill out online and email to me. It automatically calculates the total with sales tax when the quantity is entered. My 2 questions are:

Does anyone know of a CGI or Perl script that would enable my clients upon submitting their order to email the results of this form to my email address?

And the second question I have is there a way to have the information that is sent to my email address to be organized in a half decent way. The script that I tried to use before sent all the information in one vertical row.

You can view the form at http://www.rebootmedia.com/test.html

Thanks ahead of time. It is HIGHLY appreciated!!!!!!!!!

Whitey

Steve Leader
04-06-2003, 07:42 AM
Sorry, I can't help with the cgi bit but the following line will send an e-mail as a list rather than a straight line of info.

The bit after your e-mail address adds a subject to the e-mail handy if you have more than one type of form.

<form action="mailto:your address@your site.com?subect=I would like to order the following:" method="post" enctype="text/plain">