Embedding Forms | Tracking Referrals - Zoho Forms

Tracking Referrals

Tracking referrals will help you learn where your respondents find your form from. This way, you can find where most of your traffic is originating from.
To track referrals, you need to add a tracking parameter at the end of your FormPermalink (URL) before embedding the iframe, JavaScript, Lightbox, or Hyperlink code in your webpage. 

For example, if you are embedding a form on two web pages, say Home page and Contact Us page, then add a tracking parameter accordingly to the permalink of your form before embedding it as shown below.

 Home page:

<iframe frameborder="0" style="height:500px;width:99%;border:none;" src='https://forms.zohopublic.com/zylker/form/Workshop/formperma/136dhmA8E0?referrername=homepage'></iframe>

Contact Us page

<iframe frameborder="0" style="height:500px;width:99%;border:none;" src='https://forms.zohopublic.com/zylker/form/Workshop/formperma/136dhmA8E0?referrername=contactus'></iframe>

This will help you know if a customer filled out your form from your Home page or Contact Us page.