I'm a rookie to website design and front page. I've got a signup form designed but can't seem to capture any of the data. Any tips/help would be appreciated.
You need a server side script to do something with the form data.
A POST method is sent to the webserver when a form is submitted. At the backend, a script (PHP, VBscript, whatever) then needs to do something with the form data. Perhaps you want to dump it into a database or have it emailed out.
haven't used any scripting language, simply created my web pages using front page...i set some of the properties of the form to capture the data both in a text file and also to have it emailed but it didn't work.