I'd like to have my clients access a form that is password without placing it on the wp page. Possible to have a link?
I'd like to have my clients access a form that is password without placing it on the wp page. Possible to have a link?
Not sure what you're asking for exactly. The form has to be embedded in a WP page somewhere to work properly. You could create a page just for the form, require a password to view it then simply link to that page.
I'm trying to hide the page because I will have 50 different pages, a form a page.
You could create a page, then create each of the 50 pages as sub-pages of that original page.
Tell the theme not to link to that original page so the others will be hidden.
Then just password protect each page.
Gravity Forms has to be embedded on a page or post, it's a WordPress plugin so that is how it is implemented. You can't provide a link directly to a form. Well you could, but it would require an admin login as you could give a link to the form preview page... but that isn't ideal.
I'd suggest that you use a membership plugin then put the form inside the 'protected' content. You can then call the login directly into the page and on login it would show the form.