Extra linefeeds in contact form email after upgrade.
-
We recently upgraded our WordPress installation and after this we notice that the email sent from a contact form contains linefeeds between labels and values as in
Email before
:
Name: Donald Duck
City: Duck city
:Email Now
Name:
Donald Duck
City:
Duck cityWordPress is version 6.6.2
Jetpack is version 13.9.1As I understand we are using Jetpack contact form.
The form is (anonymimised a bit)
[contact-form to="[email protected]" subject="bla bla bla from: {email}"][contact-field label="Type" type="select" required="1" options="Aaa,Bbb,Ccc"][contact-field label="Name" type="name" required="1"][contact-field label="Street" type="text" required="1"][contact-field label="Place" type="text"][contact-field label="ZIP" type="text" required="1"][contact-field label="City" type="text" required="1"][contact-field label="PhoneNo" type="text"][contact-field label="Email" type="email" required="1"][contact-field label="Message" type="textarea"][/contact-form]
The theme seems to be “Twenty Eleven Child”
How do we configure WordPress to not add these annoying linefeeds ?
- You must be logged in to reply to this topic.