• Dear developers,

    If I use a radio element with more options, there is warning about it “more elements is placed within the 1 form”. Checkbox element does not report a such message.

    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please supply all your input in the Form, Mail and Mail(2) sections of the CF7 interface (add as code or include as link to screenshots) – plus a a link to your form.

    This helps others to understand your actual problem and offer a possible solution.

    Thread Starter michalske

    (@michalske)

    The problem relates to this:

    <label> Name (required)
        [text* your-name] </label>

    however,

    <label> Checkbox (required)
        [checkbox* checkbox-1 "option" "option2"] </label>

    The second one (checkbox or radio form) reports the error about “more elements is placed within the 1 form”.
    The correct notation is

    <label> Checkbox (required) </label>
        [checkbox* checkbox-1 "option" "option2"]

    I would suppose, the warning message should occur also for the 1st one.

    • This reply was modified 5 years, 7 months ago by michalske.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Radio element – warning about more options’ is closed to new replies.