• Resolved avifrier

    (@avifrier)


    Is it possible to hide elements after the password is entered?

    For example, if I have a form for people to submit in order to receive the password, can I enclose that form in a tag that will hide it once the password is entered and the protected content is visible?

Viewing 1 replies (of 1 total)
  • Hey @avifrier,

    thanks for your message.

    You could do that with a little bit of JavaScript.
    Then you could check if the cookie called “passster” is set and if so apply your custom CSS styles to hide certain elements.

    Best regards,
    Patrick

Viewing 1 replies (of 1 total)
  • The topic ‘Hide certain elements after password is entered?’ is closed to new replies.