WAHM Forums

The WAHM community forum was created to be a place for work at home moms to share their ideas and stories. In the forum you can find information about work at home jobs, starting home businesses, avoiding scams, and surviving the WAHM lifestyle. In support of the WAHM community, WAHM.com also features instructional articles, easy recipes, as well as job and business listings tailored specifically to work at home opportunities.




View Full Version : Form processing scripts


RuthP
04-04-2008, 08:19 PM
I have put a contact form onto my website, but would like to improve on it. When I created it, I used Emailme Form, but was unable to design it the way I wanted it.

I have been told that I need a form processing script, but I don't understand how they work, or which one would be the best and cheapest to download.

Does anyone here have any suggestions?

Thanks in advance.


Sophia
04-05-2008, 05:49 AM
You can use either cgi or a custom phpfile to process your emails. Form processors are really scripts that takes data entered within the online form, compiles that raw data into text format, then emails the information off to the site owner.

Unfortunately, I don't know any goodopen source (free) form processors to download - I usually create my own in PHP.

You could try hotscripts.com and check to see if you can find a reasonable priced software that enables you to create these custom processors on your own.

Susie N
04-05-2008, 06:41 AM
I can recommend two good ones.

dB Masters FormM@iler (http://www.dbmasters.net/index.php?id=4) - This is a php script that is pretty easy to get working. You just need to fill in a few lines in the php file to match your form ids. It's open source (free) if you leave the author credits in. If you want to remove the credits, it's $20.

Tectite FormMail (http://www.tectite.com/formmailpage.php?WWWTECTITE=831c0ea440d1df1e691b63 e856106a7e) - This is another php script. It's a little more advanced than the one above. It is also open source.


If you're interested in either of them and need help installing and configuring them, let me know and I'll help you. smileys/smiley1.gif


RuthP
04-05-2008, 05:03 PM
Thank you both. I will check these out, but the php stuff sounds like what I want. It does sound like I will need to buy the program, as I don't want to have to leave the credits on, but I may just try it out and then once I get the money, I can buy the program.


If I need help, I'll let you know Susie.