Customer Profile

  • dinukshi
    Asked on March 24, 2016 at 2:21 AM

    Can I create forms where respondents can opt to stay logged in... or they dont log out at all?

    I want to create a customer profile page, and link as a call to action on facebook. this should open up the form separately. i dont want to bother clients to enter user name & password every time they open the custome profile page. I want it to be seemless... so if they are logging into the customer profile from the same device teh second time around, they can just go ahead cos the user name & password are saved.

    Is this possible? Please advise...

  • Nik_C
    Replied on March 24, 2016 at 3:59 AM

    That depends how your website is built. You can create a website that will point to JotForm and make users login previously.

    For keeping them logged in you can use session method and cookies, where you will store hash data for current session. More about this topic you can read here.

    You can use PHP to achieve the 'remember me' option, and I found this tutorial.

    Hope it helps, let me know if you had something different in mind.

  • Nik_C
    Replied on March 24, 2016 at 4:01 AM

    Also, I would like to add, if you wanted your users to fill the form and than come back to continue, you can check this guide.