How to fix "passwords cannot be submitted" error on Memberstack login form in Webflow when passwordless is disabled?
Hi there! I use Webflow and am new to Memberstack. Trying to install a login form and I'm getting a message that says passwords can not be submitted. I went to Auth Providers and see that passwordless is disabled. Any idea why I'm getting this message?
Comments
1 comment
You’ll want to double-check that the Memberstack script is correctly added to your site. Make sure it’s included before the closing </head> tag.
Next, be sure your form has the correct attribute:
And your fields should have
If that’s missing or something’s misconfigured, Webflow will treat the form like a regular Webflow form and try to submit it itself, which causes that error. Basically, Webflow throws that exception when the data isn't properly intercepted by Memberstack
Docs: https://docs.memberstack.com/hc/en-us/articles/7424129003547-Create-a-Signup-Form-in-Webflow
You can use free clonables that are proven to work and paste them in your site like
https://webflow.com/libraries/detail/memberstack-library
IF you keep having errors, send your webflow staging domain to check. But you can try to use the inspector mode first to see if you get any warnings from memberstack
Please sign in to leave a comment.