Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • benjoy1

    (@benjoy1)

    hey guys. i was able to modify the plugin file to pull in all of the fields. you have to dig into the code though. i did find where the creator said there will be some updates by the end of the year that include this feature, though.

    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.

    Same issue here. I realize the plugin is only built to show the default three fields, but is there any way to have it show custom fields?

    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.

    Thread Starter benjoy1

    (@benjoy1)

    o wow. i’m putting myself in timeout from posting on here for 2 days ??

Viewing 5 replies - 1 through 5 (of 5 total)