How to Integrate Popup Form with Your Website
First, go to the following address and login to your StudioPro account.
https://app.studioproemail.uk/
Step 1: Create an Email Automation
- Using the left sidebar, navigate to Integration > Add Your Website
- Add your domain (copy and paste the section in your browser that appears when you go to your websites home page)
- Click “Get code” to generate the strip of code that should be added to your website.
- Copy the code by clicking the button that says, “copy code”.
- Either add the code to your website, send to your web developers to add or reach out to use and we can help add this to your site.
- Log in to Your Website Editor or File Manager
How you access your website’s files depends on your platform:
- Drag-and-drop builders (e.g. Wix, Squarespace, Shopify): Look for a section called Custom Code, Tracking Tools, or Site Settings.
- WordPress: Use Appearance > Theme Editor or a plugin like Insert Headers and Footers.
- Custom HTML/CSS site: Use an FTP client or hosting dashboard to edit your code.
- Paste the Tracking Code in the <head> Section
Your tracking code should usually be added inside the <head> tag on every page. This ensures it loads early and runs on all pages.
Example (in HTML):
<head>
<meta charset="UTF-8">
<title>Your Site</title>
<!-- Your tracking code goes here -->
<script>
// your tracking script
</script>
</head>
4. Save and Publish Your Changes
After adding the code, make sure to:
- Click Save or Update
- Publish the changes (if needed)
Double-check the code is still there by viewing your site’s source code (Right-click → View Page Source).
4. Test Your Tracking Code
Use tools to confirm it’s working:
- Google Tag Assistant (for Google Analytics)
- Meta Pixel Helper (for Facebook/Instagram)
- Hotjar Debugger
- Check the analytics dashboard for real-time data