Hello all!
I've got a form with a set of 6 textboxes and 1 checkbox that works likes a champ except...
When submitting the form to the SimpleFormController that it belongs to the onSubmit is being executed twice. In this case, it's making a double entry into the database. I'm positive that I'm only clicking the submit button once yet can watch the onSubmit run twice.
Anyone have any idea, hints, or suggestions as to what is going on?
Thanks!
Chris


Reply With Quote