The form I was using prior to switching to gravity forms (contact form 7) was setup to trigger a jQuery function when the form was submited. I did this by adding an onsubmit property to one of the plugin files that would return the function. This function would check to see if two of the inputs matched, and if they didn't it would return false and display an 'alert'. If they matched, it would trigger something else. Is there a way to do this with Gravity Forms?
Thanks