browerjason,
". Is there a way to set up the script so that it will only email me the results of those fields that are not empty?.."
After seeing the above code, i can see that validations can be added in the code so that all the mandatory fields are not empty. The PERL script can enforce these validations.
Also since you have the CGI module, i think you can stop using the cgi-lib.pl file.
Also i think there would be a HTML file that calls this PERL script. it would be in this HTML file that the users enters the info.
Can you pl. post that HTML file here??
I can write a small PERL script, using the CGI module, to do all that you want.
Let me know.
Main Topics
Browse All Topics





by: browerjasonPosted on 2000-12-10 at 11:50:32ID: 7742
I have increased the points because I have an additional question. Is there a way to set up the script so that it will only email me the results of those fields that are not empty?
I want to be able to have an order form for sales reps supplys (not by credit card). I am using an email script similar to the one above, however I recieve a result for every field, wether or not the user ordered that particular item.
thanks