Configuration & Vibe Conditions
Configure your form's generated API endpoints, standalone campaign URLs for ad placement, iFrame embed parameters, and dynamic vibe conditions (conditional logic).
🔗 1. Standalone Campaign Form URL (for Ads & Social)
Every form created in your dashboard generates a dedicated standalone URL ready for immediate campaign deployment:
- Ad Campaigns: Paste directly into Facebook/Meta Ads, Google Search Ads, or TikTok Ads destination field.
- Social & Email: Share in newsletters, Instagram Bio, or Twitter/X posts to collect lead information without building a landing page.
- Custom Domain: Map your custom sub-domain (e.g.
forms.yourbrand.com) under Settings > Domains.
🖼️ 2. Embedded iFrame & Widget Configuration
Need to add a form directly to your website without building it from scratch? Copy the generated iFrame or script snippet from your dashboard:
- Auto-Resizing: Enable auto-height scripts to make the iFrame expand dynamically as users navigate form steps.
- Theme & Styling: Customize background colors, font family, button radii, and CSS directly in the builder before copying the iFrame code.
⚡ 3. Dynamic Vibe Conditions (Conditional Logic)
Vibe conditions allow you to make forms feel alive and interactive by dynamically showing/hiding fields or triggering custom actions based on user inputs:
Supported Condition Actions:
💻 4. Generated Form API Configuration
For custom developers and headless applications (React / Next.js / Vue), your system automatically generates submission and schema API endpoints:
POST /api/v1/submit/{YOUR_FORM_ID}
Post form payloads directly from your frontend or custom backend.
GET /api/v1/forms/{YOUR_FORM_ID}/schema
Fetch form questions, vibe conditions, and validation rules programmatically.
Pro Tip
Test your vibe conditions using the internal Playground Preview in your dashboard before deploying campaign URLs to live ad groups!