All my forms suddenly stopped working
-
Hello,
As mentioned in the title I made no changes to my CF7 config but seems like some update broke all the forms in my website. I’ve been debugging the forms to see if there were errors not related to CF7 like an SMTP mail sending plugin, disabling redirection via custom DOM event or the Recaptcha v3 integration and they all work perfectly.
There are three pages where I have CF7 forms. The website is in my profile and the forms are in:
- The shop page. A sidebar form.
- The FAQ and contact page. Accessible through the top menu.
- A Popup form that opens 30s. after being on any page.
They all return the same error message and do not deliver the mail “There was an error trying to send your message. Please try again later.”
Input in Form:
<div class="signupform"> [email* your-email placeholder "Your Email Address"] <small>This site is protected by reCAPTCHA and Google's <a href="https://policies.google.com/privacy" target="_blank" rel="nofollow noopener">privacy policy</a> and <a href="https://policies.google.com/terms" target="_blank" rel="nofollow noopener">terms of service</a> apply. </small> [acceptance acceptance-989 default:off] I accept the site's <a href="https://mywebsite.org/privacy-policy/" target="_blank" rel="noopener">privacy policy</a>. [/acceptance] [submit "Count Me In!"] </div>
Input in Mail:
To: [your email] From: owner@mywebsite.org Additional headers: Sender: owner@mywebsite.org Reply-To: <[your-email]> Message body: Welcome to my newsletter, etc.
Input in Mail(2):
To: notification@mywebsite.org From: owner@mywebsite.org Subject: new subscriber Additional Headers: Reply-To: [your-email] Message Body: From: [your-email] Subject: New Subscriber -- [remote_ip] [user_agent] [_url] [_date] [_time] [_post_title] This e-mail was sent from a contact form on My Website (https://mywebsite.org)
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘All my forms suddenly stopped working’ is closed to new replies.