Viewing 3 replies - 1 through 3 (of 3 total)
  • I am having this same issue. I have three required fields on my GoToWebinar form. When I simply try to submit the form from my site without entering any information, the page just reloads.

    I tested the original GTW form, and their required field checking is working. Is this something you have not added to the plugin yet?

    Nice work with this PI though, the simplicity is nice.

    Found the fix for this. You have to edit the plugin file (either from WP admin or in wp-content > plugins > gotowp > gotowp_personal.php). There is a call for the validation script file that is incorrect.

    Change this line:
    wp_enqueue_script(‘validationjs’,plugins_url(‘/gotowp_personal/javascripts/jquery.validate.js’));

    to this:
    wp_enqueue_script(‘validationjs’,plugins_url(‘/gotowp/javascripts/jquery.validate.js’));

    That will fix the link to the validation script.

    Plugin Author brandonmuth

    (@brandonmuth)

    @jcolton and @benjoy1

    Thanks for pointing out issue. We are pushing out a fix today that will resolve this path issue. Have a nice weekend and please let me know if you have other questions or issues.

    Best regards,

    Brandon

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘required fields don't seem to work’ is closed to new replies.