Hi wpDiscuz Support Team,
I'm new to WordPress and I'm reaching out because I am experiencing a critical issue on my site regarding comment submissions and form display rules. Kindly note that my site is currently in "Coming Soon" mode/under construction and I'm reporting these issues while testing the site in incognito mode.
Issue 1: Submit Button Unresponsive (grecaptcha.reset error) across - High Priority.
The "Submit" button on all comment forms is completely unresponsive. No reCAPTCHA renders on the front end (tested in Incognito mode), and clicking "Submit" results in no action—no spinning icon, no error message, and no submission. This issue persists across all browsers and devices.
- Following your documentation on https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/google-recaptcha/ I have correctly configured Google reCAPTCHA Version 2 correctly with valid Site and Secret keys with the green checkmark in the wpDiscuz Settings.
- I have checked the browser console, and I am consistently seeing these following errors when the page loads and when the button is clicked:
jquery-migrate.min.js?ver=3.4.1:2 JQMIGRATE: Migrate is installed, version 3.4.1
[8x] A preload for '<URL>' is found, but is not used because the request credentials mode does not match. Consider taking a look at crossorigin attribute.
wpdiscuz-combo.min.js?ver=7.6.54:10
Uncaught TypeError: grecaptcha.reset is not a function
at wpdiscuz-combo.min.js?ver=7.6.54:10:23878
at HTMLInputElement.<anonymous> (wpdiscuz-combo.min.js?ver=7.6.54:10:23891)
at HTMLBodyElement.dispatch (jquery.min.js?ver=3.7.1:2:40035)
at HTMLBodyElement.<anonymous> (jquery.min.js?ver=3.7.1:2:38006)
[14x] The resource <URL> was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
[2x] wpdiscuz-combo.min.js?ver=7.6.54:10
Uncaught TypeError: grecaptcha.reset is not a function
at wpdiscuz-combo.min.js?ver=7.6.54:10:23878
at HTMLInputElement.<anonymous> (wpdiscuz-combo.min.js?ver=7.6.54:10:23891)
at HTMLBodyElement.dispatch (jquery.min.js?ver=3.7.1:2:40035)
at HTMLBodyElement.<anonymous> (jquery.min.js?ver=3.7.1:2:38006)
Issue 2: Automatic Category-to-Form Mapping
I am trying to automatically assign 4 different custom forms to 4 specific post categories. However, in the wpDiscuz > Forms > Edit Form > Display Rules section, there is no option to select "Post Categories." It only shows options for "Post Types" and "Post IDs." but manually entering every Post ID is not a sustainable workflow.
Environment Details:
- wpDiscuz Version: 7.6.54
- reCAPTCHA Version: v2 Checkbox (Keys verified in Google Admin)
- Theme: Astra (using a 80% boxed content layout)
- Active Plugins: Spectra, WP Recipe Maker
- Optimization: LiteSpeed Cache is currently DISABLED for troubleshooting.
Request for Assistance:
- Can you please advise why the submit button is failing and how to fix the grecaptcha.reset error?
- How can I enable the category selection for Form Display Rules so I don't have to manually input Post IDs for every new post? Is there a code snippet that targets this display rule?
Could you please help in resolving these two blockers? Thank you so much for your time!

