POST #1
How can I validate this simple form (checking for empty field strings)?
Please select your Gift Certificate amount below
A couple of hints that should get you going.
Add a submit event handler:
Give IDs to the input fields you want to get.
Write the validation code, return false if you don't want to submit.
return false