Is there a way to have people bypass the form if they've already filled it out?

  • terricphoto
    Asked on April 13, 2015 at 11:18 AM

    I want to have people fill out a form on my website before they can access another page of my website. However I don't want them to have to fill out the form every time they come to the original page. Is there a way for them to bypass the form if they've already filled it out?

  • Jeanette JotForm Support
    Replied on April 13, 2015 at 1:33 PM

    That is not possible as for the moment. You should create a page that detects the user's cookies or IP address and have them redirected to another section of your site. In order to accomplish this behavior you might need to use front end coding such as javascript or jquery , or you might probably implement a server side language such as PHP.