Originally Posted by
robert70
You'll need a form handler to parse the information. Do you have one currently on your website that the form action points to? (I'm presuming that myurl.com is just a placeholder and that you have something handling the form data?)
The long and short of it is that your form handler script (typically asp, php or javascript) will get the data from your form based on the names you've given to each form field / radio button. and once it's obtained the data, you need to tell it what to do with the data (email it to someone, store it in a database, store it in a cookie, etc...)