Forgot your password? Enter your email and we'll send a link to set a new one.
Remembered it? Sign in
Forms that live inside your product — no iframes, no hosted pages.
import { FilloForm } from "@usefillo/react"; export function Survey() { return ( <FilloForm formId="customer-survey" onSubmitted={(id) => thank(id)} /> ); }
A few lines render the form in your own UI. Fillo keeps the responses, files, and exports behind it.