The design ships.The mail does not.
A Framer form can accept a submission. Whether the resulting email reliably reaches an inbox is a separate question, and it is usually answered no. You do not need Zapier in between.
Steps
Check the domain
On a custom domain without SPF and DKIM, Gmail will not accept the mail. This tells you where you stand, with no account.
https://nintact.com/en/check?domain=example.comCreate one form
Describe what it is for and the fields and thank-you screen come with it. Everything stays editable afterwards.
Paste it into an Embed
Insert → Embed on the canvas, then paste the code as HTML. It renders into the page rather than an iframe, so the height is natural and your spacing is respected.
<script src="https://nintact.com/embed.js"
data-nintact="YOUR_FORM_ID" async></script>Match the look
Colour, radius, type scale and spacing are all adjustable, and raw CSS is there when they are not enough. Changes appear in the preview as you make them.
Questions
What is wrong with Framer's own form?
Receiving is fine. The problem is the notification email: if the sending domain is not authenticated, Gmail files it as spam or refuses it. Changing the sending path fixes it.
Do I need Zapier or Make?
No. One embed covers receiving and notification. Slack can be connected directly from the settings.
What about spam submissions?
A honeypot field and per-sender rate limits drop scripted floods before they are stored. Anything that gets through is classified, so it stays separate in the inbox.
Where do the inquiries live?
In the dashboard. If a notification lands in spam, the content is still there. You can export everything as JSON at any time.