Limitting form registration by data entered

  • yardenn
    Asked on April 13, 2016 at 5:59 AM
    Can I do that only people of a certain Data can be registered in accordance with certain parameters ( employee No, ID number )
  • Ben
    Replied on April 13, 2016 at 9:04 AM

    You could do that through conditions, but doing it this way would require that you add all of the details that you want to check for into the same.

    This also means that someone that knows codding, could take a look at the code of your form and find what to add. This would mostly depend on the people that are submitting your forms.

    So there is no direct way of doing the same, but through conditions it would be possible. I do not recommend the same if you have a lot of entries to check against.

    In such case it might be better to hide your form behind the login page on your website - so only people that are logged in to your website can see the same and fill it out.