Log in

View Full Version : Simple WEb form


ScottGem
Jan 27, 2010, 07:28 PM
I need some help putting together a simple web page form that will do the following:

Allow the user to enter a few pieces of info: name, e-mail address, phone number and type of product (select from a list),

When the user submits the form it will generate an e-mail to a stored address with the 4 pieces of info. It will also append the data to an XML file stored on the WEB server.

ScottGem
Jan 28, 2010, 06:57 AM
Bump

InfoJunkie4Life
Jan 29, 2010, 11:44 AM
I didn't know bumping worked here?

I usually go online and find something... it sounds like you need a php script with a mailto: function.

Check HotScripts.com or just do a Google for php script archives...