I find it odd that there is no password element under ELEMENTS/FORMS …?
Why would that be? I export the code and just change type=“text” to type=“password” but this seems to be an obvious thing to have in the editor, no?
I find it odd that there is no password element under ELEMENTS/FORMS …?
Why would that be? I export the code and just change type=“text” to type=“password” but this seems to be an obvious thing to have in the editor, no?
Hey there @David_Stoltz - what exactly are you looking for?
We actually do have a password possibility for subpages. Have a look here: Password protected pages - Sitejet Help
Let me know if that helps.
Thanks Andre for the response -
I’m not really looking for the CMS password protection…I export my sites to use on my own hosting…what I am referring to is this -
if you manually add a form with some elements, you can add an “input” element, but not a password element - unless I’m totally missing something. So what I have to do now is just add a text input element (for the password box) and after I export the code, manually change the input type to password - does this make sense? (ie. type=“password”)
Hi! Currently, there is no Password form field Element available.
I think this is because the main use case for Forms in Sitejet was to collect input from website visitors, something like a “contact form”.
All these Forms are automatically recognized by Sitejet and the submissions (entries) are made available in the Client Portal. Right now there is no option to turn this off for specific forms to enable other use cases like “login/register forms” (I think this is what you are trying to achieve).
So, I think there are 2+ options:
Hope this helps!
Yes - you understand the issue, and your 1st option is how I was handling it. Thank you for the other suggestions.