I’m creating a website that contains a form in which one of the fields is a password. I select “Password” in text field label for that field and publish the website but I receive an error when completing the form that says “Passwords cannot be submitted”.
I have tried it in webflow domains as well as in my own domain.
Hi @Rafael_Leon . Password fields will not work in published Webflow projects due to security concerns. If you’re looking to have a true user gated page, you’ll need to use the Webflow memberships feature.
Alternatively, you can create that website with that form field and export the project so you can host it elsewhere.
I’m running into the same issue after having connected webflow to memberstack, ensured that all custom attributes for the form fields are in place, and that the site and domains are set to live in both webflow and memberstack.
Is there some connection that I’m supposed to be making between memberstack and webflow’s membership feature that I’m missing?
Hey @Alan_Nero , it sounds like something is wrong in your Memberstack configuration on your login form. Check Memberstack’s docs, check any custom attributes and scripts you need.
The password field is only restricted when you post a form to Webflow’s own form handler, since users would expect that data to be private, but it isn’t ( it is part of the form captured results ).
In a Memberstack form, it should not be posting to Webflow’s form handler, so something is setup incorrectly on your site.