Cloudflare Pages Integration Guide
Complete guide to integrate MyFormCapture with Cloudflare Pages
Deploy a static site on Cloudflare Pages and collect form submissions with MyFormCapture. Optional: add Cloudflare Turnstile via MyFormCapture spam/CAPTCHA settings.
Prerequisites
- A MyFormCapture account - Sign up here
- A form created in your MyFormCapture dashboard with its UUID copied
- A project connected to Cloudflare Pages (or ready to deploy)
Integration Methods
HTML Form (Recommended)
Add a MyFormCapture form to any page you deploy on Cloudflare Pages. Same pattern as other static hosts.
Copy your form UUID
- Log in to your MyFormCapture dashboard
- Open the form you want to use
- Copy the form UUID (e.g.
550e8400-e29b-41d4-a716-446655440000)
Add the form to your site
- Replace
YOUR_FORM_UUIDwith your form UUID - Commit and push, or upload via the Cloudflare Pages dashboard
- Wait for the Pages deploy to finish
<form action="https://myformcapture.com/f/YOUR_FORM_UUID" method="POST" data-mfc="true">
<label for="name">Name *</label>
<input type="text" id="name" name="name" required>
<label for="email">Email *</label>
<input type="email" id="email" name="email" required>
<label for="message">Message</label>
<textarea id="message" name="message" rows="4"></textarea>
<button type="submit">Send Message</button>
</form>
<script src="https://myformcapture.com/loader.js" data-client-id="YOUR_FORM_UUID"></script>
Important Note
Optional: Cloudflare Turnstile
- Follow Spam & CAPTCHAs to enable Turnstile (or other CAPTCHA providers)
- Add your Cloudflare site/secret keys in MyFormCapture domain or form settings as documented there
Important Note
Test
- Open your Cloudflare Pages URL
- Submit a test entry
- Check MyFormCapture dashboard under Leads
Related Integrations
References & Official Documentation
Next Steps
Configure MyFormCapture
- Set up your timezone
- Configure lead notifications
- Set up advanced spam detection
- Add team members to your account
Advanced Features
- Use our custom form templates
- Try AI Insights for Leads
- Integrate with your CRM
- Set up automated workflows