I have been assigned to build a form in flat html but parses a small bit of info to a dynamic (asp) page on a CMS.

Can i do this in Javascript or just HTML?

I have looked at quite a few question on this but nothing answers what I need.

Please can you assist.

I have managed to create this simple form, how do I parse info the user clicks on.

<form id='sampleform' method='post' action='myurl.com' >
   <p>
   Name: <input type='text' name='Name' />
   </p>
   <p>
   Email: <input type='text' name='Email' />
   </p>
<input type="radio" name="subject" value="maths" /> &pound;10
<input type="radio" name="subject" value="physics" /> &pound;5
<input type="radio" name="subject" value="physics" /> &pound;3
&pound;<input type='text' name='donate-amount' />
   <p>
   <input type='submit' name='Submit' value='Submit' />
   </p>
</form>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.