Aditya Pratap Singh
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Visible box above forms after update@carriekay,
so is it fixed?Forum: Plugins
In reply to: [Contact Form 7] Form won’t send mail – no success message@delanor,
thanks and let me know if any further queries ariseForum: Plugins
In reply to: [Contact Form 7] Visible box above forms after updatehi @carriekay,
The visible box you’re seeing above the contact forms likely comes from a CSS or markup change introduced in version 6.1 of the plugin.
check if this helps,
div.wpforms-container-full > form > .wpforms-hidden {
display: none !important;
}Forum: Plugins
In reply to: [Contact Form 7] Form won’t send mail – no success messageHey @delanor,
It sounds like the form isn’t triggering properly on submit — no message or action usually points to either a JavaScript issue or a missing config.
I think few quick things you can try:
Check Console for Errors: Right-click → Inspect → Console tab. Try submitting and see if any errors pop up. Sometimes it’s a theme or plugin conflict.
Plugin Conflict Test: Try deactivating all other plugins except the form one and test again. Reactivate one by one to isolate any conflict.
Theme Conflict: Temporarily switch to a default theme like Twenty Twenty-Four and check if the form works there.
Captcha: Even though you removed it, if the script or site keys are still loaded or referenced, it could silently block the form.
SMTP Test: Even if it’s set, test sending a mail via WP Mail SMTP plugin to confirm it’s working as expected.
If you tell me which form plugin you’re using (WPForms, CF7, etc.), I can give more specific steps.
Let me know what you find!
– Aditya