I noticed in another thread, you mentioned using JS to make fields required. I know how to do that, but what I'm not sure is how you'd tell the form onsubmit="return validate_form(this);" when the plugin is generating the <form> tags? I don't really want to modify the plugin itself if I don't have to, as those edits inevitably get lost during upgrades.
Thank you!
resolved