Validate againtst CSV

Home Forums Jquery Validation for Contact Form 7 Validate againtst CSV

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #470703
    ved
    Guest

    Hello,
    We have a functionality we wanted to impleted.
    On the form we wanted to add a field, for example licence:
    we will give users a licence number through a physical product sale. They will come to the website on the form page and enter their name number and email and licence number to link it to their account.
    We will have a list of licnece keys either in csv format or entered in the field validation area on the backend of the website.
    Eg Licence numbers:
    12345
    12346
    12347
    12348

    Now if the user enter:
    12343
    He wont be able to validate that field on the form, because that number was not added in the backed or in the csv.
    If he enters number:
    12345
    then his field will be validated.(since this number exists in the csv or the backend.)
    Is this possible to validate based on licence nummbers we set in the backend or upload to the csv file.

    #470718
    Dinesh
    Keymaster

    Hi Ved,

    Ya we have this feature in our Pro version. It is called custom code validation. You can add your codes (license numbers) there and then when user fills the input field, those values will be validated based on your list.

    Hope this helps.

    Thanks

    #471235
    Eric
    Guest

    Hello, we want to do exactly the same thing. I’d like to ask again, because I’m missing a piece of information in your answer above: is it possible to connect to a csv list, or do we have to paste the individual license numbers in the backend? Thanks for an answer.

    #471260
    Dinesh
    Keymaster

    Hi,

    Connecting list with CSV file is not available. So you need to manually enter you license key but can be done in bulk. We have textarea there to accept those codes, so each line will be recognized as single code.

    Hope this make sense.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Validate againtst CSV’ is closed to new replies.