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).
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.