Add a working form to your Replit app

Replit Agent gets you to a live app quickly, but wiring a form to storage and email is still on you. wwwform handles both behind a single line you can paste into any page.

Paste into your Replit site
<div id="wwwform-k_yourkey"></div>
<script src="https://cdn.wwwform.com/f/embed.js"
        data-wwwform="k_yourkey" async></script>

Common questions

Do I need a separate backend Repl for my form?

No. wwwform hosts the form logic, storage, and email — your Replit app just embeds the snippet.