• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Javascript check forms

jonmullen

Platinum Member
I am needing to write a script to check forms as they are submitted. The trick is I can't go through and add a onsubmit to each form tag. I can only add add code to the beginning and end of the page. One though I had was to use javascript to add onsubmit events to each form when the page comes up, but I can't figure out how to set an onsubmit action thorugh javascript and not in the form tag. Any help would be greatly appreciated.
 
Back
Top