Add a form backend to the site you built in Cursor

Cursor helps you write the front end fast, but a form still needs storage and email behind it. Instead of standing up an API and a mailer, drop in the wwwform snippet and you’re done.

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

Common questions

Can I just paste this into my Cursor project?

Yes. Add the embed snippet where your form should appear — it brings its own backend, so there’s no server code to write.