Password Protect Google Form

Follow these steps to create a password input on your form

  1. Make a new form
  2. Create the first question
  3. Title it something like “Password” or “Key Code”
  4. Make it a Text Entry box
  5. Set the question to Required
  6. Click on the three dots on the lower right-hand corner of the form and select “Response Validation”
  7. In the fields that pop up, select “Regular Expression,” “Matches” and then enter your desired password and error message.
  8. In the password field, enter your password with a ^ before it and a $ after it, like so: ^password#1$
  9. Add a new section break, meaning the user will not be able to proceed to the next section without entering the correct password (case-sensitive)
  10. Add your other questions you wish to ask the user.
  11. Preview the form and guarantee that it works.