Cannot connect a Webflow form fields to Supabase for user authentication!

Hey guys,

I’m pretty new to supabase. Essentially what I’m trying to do is create a sign-up form for user authentication. I’ve created the front-end (form) on webflow and want to connect the form to Supabase (want to use it as my backend).

But I’m running into problems. It isn’t working. I’ve added custom javascript inside the head tag. I run into an error “password cannot be submitted”.

My question is - can webflow be directly connected to supabase without an intermediate piece of software like Wized?

Any help or direction is appreciated…

Cheers!

You’ll need something to handle the connection and communication between your HTML page and Supabase. It might be possible to do with Javascript or a reverse proxy.

For what you’re trying to do, you want a form that you yourself capture and manipulate the data from, rather than a Webflow for which captures and saves data to Webflow.

To disable Webflow’s form handler you need to add an action to the form. It can be anything, even a # if you’re handling your form post with Javascript.