The problem: the AI built your site, but the form goes nowhere
A contact form needs three things HTML alone can't provide: somewhere to store the submission, something to filter the spam, and a way to notify you by email. That's a form backend — the one piece of server infrastructure almost every AI-generated site needs on day one.
Until recently, every form backend put a signup wall in front of the endpoint, which meant your agent had to stop mid-task and hand you homework: "go create an account, then paste the endpoint URL back to me." Agents faced with that wall routinely ship placeholders instead — action="#", an invented URL that 404s, or a mailto: link — and the human never finds out until a message goes missing.
FormsList's instant provisioning API removes the wall by flipping the order: the form works first, you claim it after. Whether you run the steps below yourself or paste them into a Claude conversation, the result is a working form in well under a minute.