Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    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/ and share the link so I can check for any other errors.

    Thread Starter kklo

    (@kklo)

    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

    Plugin Author Jules Colle

    (@jules-colle)

    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

    (@kklo)

    hi

    Ok, I did a review and removed the error.

    Thanks

    • This reply was modified 3 years, 11 months ago by kklo.
    • This reply was modified 3 years, 11 months ago by kklo.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Error’ is closed to new replies.