Title: Error
Last modified: June 7, 2022

---

# Error

 *  Resolved [kklo](https://wordpress.org/support/users/kklo/)
 * (@kklo)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/error-1643/)
 * Hi,
    I use WP 6.0 and I tried to copy the model that appears in the tutorial 
   [https://conditional-fields-cf7.bdwm.be/conditional-fields-for-contact-form-7-tutorial/](https://conditional-fields-cf7.bdwm.be/conditional-fields-for-contact-form-7-tutorial/),
   but the conditionals don’t work, and it keeps appearing on the frontpage [/group].
   When editing the form the following error appears: “Multiple form controls are
   placed inside a single label element” As I’m trying to learn, I don’t know where
   this error is, it just shows error in the Form. How to solve? Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * (@jules-colle)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/error-1643/#post-15717639)
 * The error is not related to conditional fields, but it means that you have something
   like this in your code:
 * `<label>[text a] [text b]</label>`
 * You can have only one square-brackety-thing between <label> and </label>
 * Hope that helps.
 * If you want you can set up your form here: [https://conditional-fields-cf7.bdwm.be/form-tester/](https://conditional-fields-cf7.bdwm.be/form-tester/)
   and share the link so I can check for any other errors.
 *  Thread Starter [kklo](https://wordpress.org/support/users/kklo/)
 * (@kklo)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/error-1643/#post-15717827)
 * Hi,
 * Sorted out
 * The error becomes something else.
 * The List field when appearing does not occupy exactly the same place as the hidden
   field. I’m using <div>
 * I don’t understand the reason for each chosen email, the Subject is going down.
 * In the Test Form, this did not happen or it was not visible.
 * Would you help me?
 * [http://conditional-fields-cf7.bdwm.be/form-tester/?hash=7f529474e622cea61975e964380bc7c3](http://conditional-fields-cf7.bdwm.be/form-tester/?hash=7f529474e622cea61975e964380bc7c3)
 *  Plugin Author [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * (@jules-colle)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/error-1643/#post-15718118)
 * From looking at your code I see a couple of obvious HTML errors, for example 
   this line:
 * `<div align="left">Comentários</span><br>[textarea comments]</div>`
 * You are closing a span element with `</span>`, but you didn’t open one. This 
   is invalid HTML and will result in a hard-to-predict DOM structure, which in 
   turn will cause all sorts of stuff to go wrong.
 * Contact Form 7 is a plugin that requires you to have a basic understanding of
   HTML structure and CSS rules. If you are not familiar with these, I would recommend
   you to either take a crash course, or switch to a more end-user oriented form
   plugin.
 * Best of luck!
 *  Thread Starter [kklo](https://wordpress.org/support/users/kklo/)
 * (@kklo)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/error-1643/#post-15720445)
 * hi
 * Ok, I did a review and removed the error.
 * Thanks
    -  This reply was modified 3 years, 11 months ago by [kklo](https://wordpress.org/support/users/kklo/).
    -  This reply was modified 3 years, 11 months ago by [kklo](https://wordpress.org/support/users/kklo/).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Error’ is closed to new replies.

 * ![](https://ps.w.org/cf7-conditional-fields/assets/icon-256x256.png?rev=2072595)
 * [Conditional Fields for Contact Form 7](https://wordpress.org/plugins/cf7-conditional-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-conditional-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-conditional-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-conditional-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-conditional-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-conditional-fields/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [kklo](https://wordpress.org/support/users/kklo/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/error-1643/#post-15720445)
 * Status: resolved