Log in

View Full Version : Form help



Wutangstyle
12-17-2008, 07:41 PM
I am new to this but loved the look of the Dynamic form applet and made up my form but now do not know how to extract the data. I am not sure if I want the information emailed when submitted or just printed to be handed in at a later time.

Can anyone please tell me how to collect the data for processing?

Thanks:confused:

Schmoopy
12-17-2008, 07:46 PM
This should be in the PHP or ASP section, you need a server side script to handle the form and process the data, here's something to get you started: http://w3schools.com/php/php_post.asp

Wutangstyle
12-18-2008, 06:42 PM
Thanks for the start.