Get input parameter from current URL into iframe
I cant seem to get the code right to get the variable from a non-zoho-based URL into an iframe
for instance a person has come to my microsite from a a parent site (which has passed a parameter), this has put them on a landing page with the following address www.MyMicroSite.com/UserName=JohnDoe
the page itself is built in Wordpress and has zoho iframe snippet on it. I want the zoho form (within the iframe) to accept the variable JohnDoe from the URL and populate the value in the field called "userName" in the embedded form.
How would i accomplish this?