benjoy1
Forum Replies Created
-
Forum: Plugins
In reply to: [GoToWP] Registration fieldshey 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.
Forum: Plugins
In reply to: [GoToWP] required fields don't seem to workFound 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.
Forum: Plugins
In reply to: [GoToWP] Registration fieldsSame 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?
Forum: Plugins
In reply to: [GoToWP] required fields don't seem to workI 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.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Registration notificationo wow. i’m putting myself in timeout from posting on here for 2 days 🙂