I have recently released Contact Form 7 2.0.7. This update includes several security fixes, so upgrading quickly is highly recommended.
Changelog
- Add new filter hook (
wpcf7_validation_error) and action hooks (wpcf7_admin_after_general_settings,wpcf7_admin_after_form,wpcf7_admin_after_mail,wpcf7_admin_after_mail_2,wpcf7_admin_after_messages, andwpcf7_admin_after_additional_settings) - Call
$captcha->cleanup()if available and shorten cleanup period (in modules/captcha.php) - Various fixes with administration panels
- Improve DB table check
- Fix bug relating to disappearing backslashes
- Sanitize filenames with multiple extensions (relating to the issue discussed on Ticket #11122)
- Update translation for Persian (props: Mohammad Musavi)
English
Japanese 

Dude, your update broke my contact form styling and inserted backslashes everywhere! There’s no point in using the plugin if I can’t rely on it not to break every time you want to issue an update.
Just installed latest upgrade on a local copy of my site… worked first time when I tested it… brilliant.
Never been able to get cformsII to work on a local server so will be using Contact Form 7 from now on.
Hey, guys. Stop complaining. Author is doing it FOC.
Anyway, I am scared to upgrade, so pls inform is it safe to do that.
[...] Endes hat Contact Form 7 das Rennen gemacht, das nun seit dem 13. November in der Version 2.0.7 [...]
I got the same like Richard:
backslashes everywhere………..sic!
you will update it soon??????
cheers
Richard and thomas, just edit your form and remove your backslashes. That’s it.
@Takayuki: Yeah you’re right, that was it. I figured it was something small, I just have a short temper for buggy updates ever since an official Microsoft Windows update broke my copy of Vista a couple of months ago and required a complete reinstall. Viruses are bad enough without getting them from my software manufacturers – especially so when the update is supposed to ‘protect’ my computer from security threats.
That being said:
@Jurijus: fair point, I should build my own contact form or shut up.
Hey,
In stylesheet.css on the code:
span.wpcf7-list-item {
margin-left: 0.5em;
there is a need of addition: display: block;
So it should look like:
span.wpcf7-list-item {
margin-left: 0.5em;
display: block;
Otherwise contact form check-boxes will be in one row (looks bad
Good luck!