1
Create a Remix action
Forward the form data to Formbase from the server.Because this runs on the server, Formbase responds with JSON.
2
Build the form
encType="multipart/form-data" if you include file inputs.Server actions are the recommended Remix pattern. Client-side fetch works too, but you must handle a
303 redirect response.