• I am trying to create a report form page with Ninja forms and want it password protected. I have created the form and it is attached to the page. I have checked the box to password protect the page and created a password. When I view the page, the password box is there, but the form also shows up and I can completely fill it out and submit it without ever using the password. What can I do to correct this?

Viewing 1 replies (of 1 total)
  • I ran into this same problem. One way to do this is to create a password protected page and instead of attaching the form to the page, use the form’s shortcode in the page ‘s body. For example:

    [ninja_forms_display_form id=1]

    The page is password protected and only displays the form after someone enters the correct password.

    You can find the shortcode in the second column of the Ninja Forms screen in wp-admin: http://yoursite.com/wp-admin/admin.php?page=ninja-forms

Viewing 1 replies (of 1 total)
  • The topic ‘Password Protected Page with Ninja Form’ is closed to new replies.