[Plugin: Contact Form 7] Plugin adding an extra p tag
-
My Contact Form 7 is adding an extra p tag so it’s causing a validation error.
This is the code I have in the admin panel.
<p class="subject"><label>Subject *</label><span class="select-shadow clearfix"> [select* subject "General Inquiry" "Problems with the Site" "Support"]</span></p>
This is what’s being outputted.
<p class="subject"><label for="subject">Subject *</label><span class="select-shadow clearfix"> <span class="wpcf7-form-control-wrap subject"><br /> <select name="subject" class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required"> <option value="General Inquiry">General Inquiry</option> <option value="Problems with the Site">Problems with the Site</option> <option value="Support">Support</option> </select> <p></span></span></p>
You see, on that last line there’s a stray open p tag.
does anyone know how I can fix this?
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘[Plugin: Contact Form 7] Plugin adding an extra p tag’ is closed to new replies.