Password in a Lightbox?

Is it possible to place the password form on the password page in a modal, which will then redirect if the password is entered correctly?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

You can simulate this with some custom JS. You won’t be able to use actual Webflow password protection for that but you can create a form which on successful submit takes you somewhere and block the submission unless password field is typed out correctly. I think you’d need it to be regular text input rather than a password one because you’d need to run a script through it

So in essence, hand code it. Awesome! thanks Marko.