I’ve got 4 pages on my site that are password protected and they all have the same password “pony”. My problem is that everytime user goes on to the page it asks for the password everytime even if they refresh. I understand that each page has it’s own unique password but I’m wondering if it’s possible for the pages to remember if they have already submitted it so they don’t have to put it in every time?
Thanks in advance
At this moment, the password page is not that smart.
However, you can build your password interface with HIDE/SHOW with code: https://support.wix.com/en/article/velo-tutorial-hiding-an-element-on-certain-pages
Make sure your password is saved on backend, plus important info on the website (e.g. database) should be populated AFTER the user has enter correct password.
Hence, you should not use dataset element and add the data into the site BEFORE the user enter the password.
I know it takes time 
Thanks, I thought it might be possible with hide/show or something so will take a look.