In our previous video, we created anonymous survey and checked who to pass a variable as a parameter in Survey URRL
- We received a requirement from Sitecore team to provide them a method from which they can send us to lead using a form but they don’t want any integration or use of API
- We created a contact us Survey informs pro, provided them embedded link to check and we also added a variable source who’s valued by default was Website.
- This way we were able to track from where these responses are comming
Step 1: Create a new Variable in forms pro survey
- create a new Variable “Source” which will be used to get source of the anonymous survey
- For testing, we will place Variable in Subheading
Step 2: Generate code to embed Survey on your website
- We can use QR code, simple link or website embedding to distribute our anonymous survey
- Here we will embed the survey on our website and use survey response to create a lead-in CRM
- Copy the code generated
Step 3: Paste the copied script on to the website page
- this script is to render the survey form on the webpage as iframe
- But we need to create a place holder in our HTML page
Also, please we need to do some styling otherwise survey iframe will show a link not full Form
- Now we will add parameter as context in our place holder when rendering the survey