Hi :)
I'm trying to come up with some _javascript_ validations for a couple of forms here, and I'd like to attach an event method on the form submit:
#bodytag(Form "method='post'" "action=''" "")
#tag ...
#tag ...
#tag(Submit "value='Proceed'")
#end
But, looking at the templates provided, looks like the onSubmit event is being ignored. Is there a better way to do this, or should I change the templates?
Peace,
-cv