I updated the translations manually…
2) fixed.
1) subject=” is not working. With older version if I had like 3 different contact forms with 3 different subjects it worked.
Now instead it sends mails with the same subject.
That still appears to work in my tests. Could you post your contact form shortcode here, so I can take a closer look?
3) The same error as #1 applies to <h> tags. If I insert for example 3 differente texts inside the contact forms, it shows the same text for every contact form.
I’m not sure I understand what you mean. Feel free to post your code here so I can take a look.
Thanks!
Can I downgrade Jetpack?
Yes, it’s possible. For every plugin in the WordPress.org repository, you can access past versions by going to the Developers Page here:
https://wordpress.org/plugins/jetpack/developers/
I think shortcode would be useless because I’m sure that it’s correct.
Maybe the problem is because I added 3 different shortcodes inside fancybox? (Probably not, because in older version it worked)
I’ll post the shortcode here (with infos censored):
<img src=/####/> <div style=”display:none” class=”fancybox-hidden”> <div id=”contact_form_pop”> [contact-form to='###@###.##' subject='####'][contact-field label='###' type='radio' required='1' options='###,###,###'/][contact-field label='###' type='text' required='1'/][contact-field label='###' type='text' required='1'/][contact-field label='###' type='text' required='1'/][contact-field label='###' type='text' required='1'/][contact-field label='###' type='name' required='1'/][contact-field label='###' type='text' required='1'/][contact-field label='###' type='email' required='1'/][contact-field label='###' type='text' required='1'/][contact-field label='Privacy' type='checkbox' required='1'/][/contact-form]</div></div>
(obviously the fields and subjects are different in every form. There are 3 different contact forms inside the page, and every contact form is inside a fancybox popup)
Maybe the problem is because I added 3 different shortcodes inside fancybox?
That’s most likely the issue. We’ve made several changes to the Contact Form module between 3.7.1 and 3.8, and we may have unintentionally broken multiple forms.
I’ll look into this some more, run some tests, and get back to you as soon as I have some answers.
Thanks for the report.
I’m afraid I have some bad news. I ran into other issues when using multiple forms in one page, in 3.7.1 and in 3.8. Some of these issues are outlined in this GitHub issue:
https://github.com/Automattic/jetpack/issues/254
It also includes the 3rd error you mentioned in your original post.
We’ll get this fixed in a future version of Jetpack, but in the meantime I’m afraid I can only recommend that you switch to a different contact form solution.
Ok thanks for the help Jeremy.
Hope you’ll fix it asap 🙂
In the meaning, i’ll stay with Jetpack Contact Form 😉