[jQuery] Hopefully simple jqmodal question (submitting a form)

[jQuery] Hopefully simple jqmodal question (submitting a form)


I'm just getting started with jquery and jqmodal.
I've built a simple div which contains a form. I'm able to use
jqmodal to show this form without a problem.
But the submit button no longer does anything---no matter what I do,
clicking the submit button won't process my form. I'd like it to act
just like it would if it was straight html.
Is this expected? How do I make my submit button actually process my
form.