The error message "Passwords cannot be submitted" appears because Webflow does not allow password inputs in native form submissions due to security and storage limitations.
<input type="password">
in native forms to prevent storing or transmitting passwords.If you need password functionality (e.g., user logins or gated content), you can consider these options:
Use Webflow Memberships (if available):
Webflow’s native Memberships feature (still in beta or full release depending on account) supports user authentication with password input fields.
Go to Settings > Memberships and configure your member login and sign-up flows.
Use Third-Party Authentication Services:
Integrate services like Firebase, Memberstack, Outseta, or Auth0 using their JavaScript SDKs.
Embed custom forms or use Webflow embeds to include secure login/signup modals.
Use a No-Code Tool:
Tools like Memberstack allow you to add a custom login/signup form with password fields and handle authentication securely.
These integrate easily with Webflow and do not rely on the Webflow form handling.
Webflow blocks password fields in standard forms for security reasons. To collect or process passwords, use Webflow Memberships, embed a custom authentication system, or integrate with a third-party tool like Memberstack.