I'm stumped, clearly doing something stupid. I've got a form that won't submit when I click on the button. I get the little hand indicating it's clickable. But no combination of clicking and cursing produces any effect - the form won't submit.
<form action="http://www.example.com/program.php" id="formid" method="POST">
{ bunch of input fields }
<div id="getquotesbtn"><input type="submit" name="getqbtn"></div>
<div id="other link"><a href="#">click for another actoin</a></div>
</form>
The basic code looks fine to me. There's a bunch of div's in there that I've cut out, but don't see how that affects it. And I'm running this locally, the form action goes to a live url that's not local, again, don't see how that would affect anything.