[js] jQuery(document).ready(function($)){ jQuery('.gf_trigger_submit input').click(function(){ jQuery(this).parents('form').submit(); }); });