How can i require a password to submit a form?

  • airhydropower
    Asked on April 3, 2019 at 1:26 PM

    I want to use a form with a password, if submitted with the correct password I can point to special URL.

  • Nik_C
    Replied on April 3, 2019 at 2:35 PM

    You can use a text field for that:

    1554316406Screen Shot 2019 04 03 at 8 Screenshot 10

    Just don't name it "Password" since that will trigger our anti-phishing system and you can be suspended.

    You can use "Code".

    Then you can conditionally redirect your users to another link when proper code is entered:

    1554316497Screen Shot 2019 04 03 at 8 Screenshot 21

    Could that work for you?

    Please let us know.

    Thank you!

  • airhydropower
    Replied on April 3, 2019 at 2:43 PM
    OK. Thanks for the quick reply!

    ...