Passing URL query string to embedded form
Hi there,
I have an embedded (Iframe) Zoho Creator form on my external website which I am trying to pre-populate via a URL query string.
The query is populated from merge tags, meaning the value changes depending on who clicks the link.
I'm having trouble getting the web page to pass on the parameters to the embedded Iframe....
Example as a link from an email (where the name values would change given the merge tags:
<mywebsite>/edm-enquiry/?fname=Emily&lname=Smith
Iframe embedded into my website:
Any ideas how I can pass the parameters to the embedded form?
Thanks!