import { Fillo } from "@usefillo/react";
export function SupportForm() {
return (
<Fillo.Form id="support" title="Support request">
<Fillo.Email id="email" label="Work email" required />
<Fillo.Phone id="phone" label="Phone" />
<Fillo.Rating id="urgency" label="How urgent?" max={5} />
</Fillo.Form>
);
}Not an iframe with limited styling.
Use the default renderer, bring your own CSS, or replace a field when the flow needs something custom.
Choices, uploads, phone numbers, ratings, signatures, hidden values, and follow-ups.