WPIntell

Source evidence

Dynamic Text Extensions

Contact Form 7 – Dynamic Text Extension · support · 2025-10-24T06:36:00+00:00

complaintsentiment
mediumseverity
0.74relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 18 rows with source links

38.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

11 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
zitricbox unresolved
Hi, we’re using ContactForm7, initially we were using also Dynamic Text Extension, and it was working fine. The problem began when I installed reCaptcha (and Akismet in a second moment), there was an error that didn’t allow the email sent. Checking we uninstall the captcha plugins, and it started to work again, with a big problem of spam that was (obviously) blocked from our hosting provider, so we cannot be without captcha and then we decided to turned off the Dynamic Text Extension but we would like to use it . Is there a way to use them together? Thank you The page I need help with: [ log in to see the link] Hi! Can you provide screenshots and/or copy/paste the errors you get and when you see them? That’ll help me narrow down the cause. Thanks! Sorry, I didn’t see your answer before. The message was a generic message: “There was an error sending your message. Please try again later.” There were no other signs or alerts about this. Now it is working, but with Dynamic Text Extension off. I was trying to attach an screenshot, but it asked me for a url. I can’t upload it somewhere now, so I’m not sending it. Thank you I would recommend updating your wp-config.php file to include the following: define('WP_DEBUG', true); // Enable debug mode define('WP_DEBUG_DISPLAY', false); // Do not show debug messages on webpages define('WP_DEBUG_LOG', true); // Log the debug messages instead Then repeat your steps to create the error. After that, check out the file /wp-content/debug.log where it should have some kind of messages to explain what error occurred to prevent sending. When you’re done debugging, either remove those three lines from the wp-config.php file or set their values to false .

Comments

3 shown
Tessa (they/them), AuRise Creative 2025-10-24T13:49:00+00:00

Hi! Can you provide screenshots and/or copy/paste the errors you get and when you see them? That’ll help me narrow down the cause. Thanks!

zitricbox 2025-10-30T09:11:00+00:00

Sorry, I didn’t see your answer before. The message was a generic message: “There was an error sending your message. Please try again later.” There were no other signs or alerts about this. Now it is working, but with Dynamic Text Extension off. I was trying to attach an screenshot, but it asked me for a url. I can’t upload it somewhere now, so I’m not sending it. Thank you

Tessa (they/them), AuRise Creative 2026-01-02T02:05:00+00:00

I would recommend updating your wp-config.php file to include the following: define('WP_DEBUG', true); // Enable debug mode define('WP_DEBUG_DISPLAY', false); // Do not show debug messages on webpages define('WP_DEBUG_LOG', true); // Log the debug messages instead Then repeat your steps to create the error. After that, check out the file /wp-content/debug.log where it should have some kind of messages to explain what error occurred to prevent sending. When you’re done debugging, either remove those three lines from the wp-config.php file or set their values to false .