I have a special page on which I am using HTMLForm.  Previously in developing
Mediawiki extensions I had just outputted raw HTML and done everything myself,
trying to move away from that I've started using HTMLForm.

 

I'm running into a problem with how to handle multiple HTMLForm forms on a
single page.  I have a separate callback set for each of them, but anytime one
form is submitted, the callbacks for all of the forms are executed.  Am I doing
something wrong with my usage of this class?  Is there a way to only have the
callback for the submitted form be called?  Or will I have to come up with a way
to determine which form on the page was filled out?

 

Thank you,

Derric Atzrott

Computer Specialist

Alizee Pathology

 

_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to