Popup Mode
Display your form in a modal window that appears over your website content. This mode is perfect for capturing user attention without disrupting their browsing experience.
How It Works
The popup appears as an overlay on your page, triggered by user actions such as:
- Clicking a button or link
- Time delay (e.g., after 5 seconds)
- Scroll depth (e.g., after scrolling 50% of the page)
- Exit intent
Implementation Steps
Step 1: Get Your Embed Code
- Go to your form's Embed page
- Select Manual Embedding
- Choose Popup as the display mode
- Copy the generated code
Step 2: Add Code to Your Website
Paste the code before the closing </body> tag of your HTML:
<!-- Interactive Form Popup -->
<script src="https://cdn.interactiveform.com/embed.js"></script>
Troubleshooting
Popup doesn't appear
- Check that the script is loaded (view browser console)
- Verify your form ID is correct
- Ensure trigger selector matches your button ID
Popup appears behind content
- Add higher z-index to the popup container
- Check for conflicting CSS styles
Next Steps
- Learn about Float Button mode
- Learn about Inline mode