stroberry
Forum Replies Created
-
I have the same problem sending emails after updating to 5.9 and rollback to version CF7 5.8.7 has worked without any problems and the emails are being sent again without the empty lines.
I hope the problem will be solved quickly!So… upon debugging it a bit it looks like this is the cause of the issue:
1. The form HTML attributes for the validation filter (a regexp) are wrapped not in normal quotation marks (
""
), but in special curly typographic quotation marks.
2. Therefore, the filter expression includes some of the following attributes, hence causing trouble in the frontend.
3. The proper quotation marks were replaced by WordPress’swptexturize
filter, which was probably added by the theme (reproduced for Twenty Nineteen).To solve this issue temporarily, I added the following line to a plugin I created (could also be added to a child-theme’s functions.php):
remove_filter('the_content', 'wptexturize');
Attention: this fix removes typographic quotes from all content displays. If you rely on normal quotes being replaced to them, you can’t use this fix!
- This reply was modified 4 years, 1 month ago by stroberry.
The same problem when entering in the first name and last name fields. After the update yesterday. Custom fields work, but this has made a mess of everything! Please solve it quickly!
Thank youForum: Plugins
In reply to: [Block Data Attribute] Add Data Attribute to other blocksGreat plugin. I would also need it for other blocks (Lists for example) as I use Zurb Foundation (JointsWP).
Thanks