AlonsoF
February 2nd, 2007, 06:34 PM
Does anyone know of a free php form processing script that would allow me to set some fields as required, can both send to an email address and populate a flat file (something I could export to Excel) AND is easy to set up?
Buzz
February 2nd, 2007, 07:54 PM
Here's a basic form you could alter:
http://www.cybertechhelp.com/forums/showthread.php?t=114847
It's set to email but you could modify it to write to a flat file as well.
degsy
February 3rd, 2007, 04:04 PM
Here are two formmial scripts
http://www.tectite.com/formmailpage.php
http://www.dtheatre.com/scripts/formmail.php
If you want to populate a text file then you will probably have to write or incorporate that yourself