Add a working form to your Claude-built website
Claude writes clean, good-looking pages — but the forms it generates are just markup. They can’t send an email or store a response because that needs a backend. wwwform gives you that backend in one line.
Paste into your Claude site
<div id="wwwform-k_yourkey"></div>
<script src="https://cdn.wwwform.com/f/embed.js"
data-wwwform="k_yourkey" async></script>Common questions
Why doesn’t the form Claude made for me work?
An HTML form on its own has nowhere to send data. Receiving submissions needs a server, storage, and email — which Claude can’t set up for you. wwwform provides all of that behind a single embed snippet.
Will the wwwform snippet clash with my Claude page styles?
No. The form renders inside an isolated frame, so your page’s CSS and the form never interfere with each other — it looks consistent on any site.
Can I ask Claude to add the snippet for me?
Yes. Paste the snippet into your conversation and ask Claude to replace its placeholder form with it, keeping your layout. It drops straight in.