๐Ÿ”Œ Widget Integration

Add lead capture to your website in under 5 minutes

Your API Key: Loading...
Option 1: Iframe Embed Easiest

Simply paste this code where you want the form to appear. Works on any website.

<iframe src="https://custom3dm.cloud/widget.php?key=YOUR_API_KEY" width="100%" height="400" frameborder="0"></iframe>
Option 2: JavaScript Widget Flexible

More customization options. The form appears right where you place the script.

<script src="https://custom3dm.cloud/widget.js" data-key="YOUR_API_KEY"></script>
Option 3: Direct API Advanced

Use your own form and POST data directly to our API.

POST https://custom3dm.cloud/api/lead-capture.php?key=YOUR_API_KEY Content-Type: application/json { "name": "John Smith", "email": "john@example.com", "phone": "555-123-4567", "message": "I'm interested in your services" }

โš™๏ธ Customization Options

Parameter Description Example
color Primary button color (hex) data-color="#FF5733"
button Button text data-button="Request Quote"
phone Show phone field (true/false) data-phone="false"
message Show message field (true/false) data-message="false"

๐Ÿงช Live Preview

Widget preview will load here once your account is active.