Make the form on your ChatGPT-generated website actually send
ChatGPT is great at producing a landing page, but the contact form it includes won’t deliver anything when someone hits submit. wwwform turns it into a real, working form without any server setup.
Paste into your ChatGPT site
<div id="wwwform-k_yourkey"></div>
<script src="https://cdn.wwwform.com/f/embed.js"
data-wwwform="k_yourkey" async></script>Common questions
My ChatGPT site’s form does nothing on submit — why?
The form needs a backend to catch and email submissions, which a static page from ChatGPT doesn’t have. wwwform is that backend; you just paste one line.
Do I need to host anything myself?
No. wwwform hosts the form logic, storage, and email. Your site stays exactly where it is.