• I’m looking to create a form where users input a specific six-digit number they have previously been sent. There are about 30 of these numbers in total and I need to ensure users are forced to type in their number, and not be able to see the other numbers. If the number doesn’t validate the form can’t be submitted.

    Can this plugin do this? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m a happy pro user using a lot of checkings in CF7 forms and thought about your question.

    > where users input a specific six-digit number they have previously been sent

    When did the users send the number and where to?
    Where is it saved?

    I’d like to know the exact use-case.

    Thread Starter warby15

    (@warby15)

    The users receive the number in a letter that is posted to them.

    The number then needs to be validated on the contact form prior to submitting, at wjhich point the admin and user will both receive notification.

    The numbers are in sequence, so maybe this will work:

    Range : Minimum and maximum number value user can input. Like: Age should between 18 – 60.
    Use class JVrange-#-*. Where # is minimum numeric value required and * is maximum numeric value allowed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘number field with range limit’ is closed to new replies.