• Hi,- I have like 5 different age intervals where people can input how many people of the specific age interval here are in the household.

    My question is regarding validation.

    At least one of the intervals must be filled out with a number, fx AGE 0-3: 1

    But it should also be possible to select another fx AGE 4-6: 2 etcetera

    We dont have to select ALL only the ones that are relevant, but we have to write in at least one of them.

    With checkboxes I can do like this:
    [checkbox* box “0-3” “4-6” “7-9” etc ]

    but this will not give me an actual input of a number, just a “check” and this:

    [number* number “How many 0-3?” “How many 4-6?” “How many 7-9?” etc ] doesn’t work.

    So how do I do that?

    Kind regards

    Kasper

    • This topic was modified 3 years, 12 months ago by kasper1234.
  • The topic ‘Multiple numbers input with a least one selected’ is closed to new replies.