Where can we see the website in question?
@takayukister I rolled back to the older version on most sites but here is one that still is the newer version…
https://elevationvail.com/contact/
What other plugins and theme do you use on the site?
A few different free plugins and a few I have written. But I have disabled them and tried and still no go. But if I deactivate the re-captcha on your plugin CF7 sends no problem…
@takayukister hi just checking in to see if you have found a solution for this or if you will be releasing a new version soon. I deactivated all plugins except yours and it still would not send. So I don’t think it is a plugin conflict.
@takayukister hi are you updating your plugin or do you need something else from me to get this figured out?
I’m waiting for your answer to my question.
Oh sorry I thought that I answered it. but I have a couple free ones but I turn them all off so that there was no plugins active and I still couldn’t send the form. So not sure what plugins I have even matter. But I have a bunch of sites that have all kinds of different plugins. So not sure how I would get all that information across to you.
But like I said I don’t think it is a plugin conflict since when I turn them off it still doesn’t send. Its defiantly the captcha integration that stops the form from sending. If I remove the re-captcha integration then it sends but doesn’t redirect to the thank you page. So i rolled back the plugin to 5.3.2 and it sends no problem. Seems like others are having the same issues aswell
The issue is that wordpress removes empty p tags.
You can replace the following line in contact-form.php for now:
- '<p role="status" aria-live="polite" aria-atomic="true">%s</p>',
+ '<span role="status" aria-live="polite" aria-atomic="true">%s</span>'
@umetzu hmmm that’s weird wordpress has always added empty p tags to some of my wysiwyg editors. I have always had to use jQuery to remove them and un wrap images and shortcodes. I will give your solution a try
yes it does, but my pull request got a warning instead…
https://github.com/takayukister/contact-form-7/pull/367
@takayukister trying to figure out what else you need from me I have at least 30+ sites using your plugin and they all have different plugins so not sure if a list of all plugins from 30+ sites is ideal. I did deactivate the every single plugin except yours on one of the sites and it still would not send unless the captcha integration was turned off but then the form did not redirect to the thank you page. Can you please advise me on what a good solution would be?
ok so I went with @umetzu suggestion and it seems to be working now so that’s good. I just don’t want to keep having to update this. but I guess it is what it is since it is a free plugin. Thanks everyone. I am going to try and setup something in my theme to not strip the tags out of the contact forms I guess.
I did just try it on one of the sites that redirects to a thank you page and its not redirecting still so I guess I need to figure that out
@takayukister is there a different way we need to redirect to a thank you page with contact form 7 5.4, besides adding the function with the script in the function file?