I am using a query sting in an email to kick of an automated event registration process. The query string defines the data to be used in the CDO for the event:
- Event name
- Event date/time
- Event URL
- Event Logo
- Event ICS file
It works fine within the email. However I would like to host this form on a site in an iFrame. I tried using the query string as the src URL but it doesn't seem to work.
<iframe src="http://myinstance.eloqua.com/e/f2.aspx?elqFormName=MYFORM&elqSiteID=XXXX&emailAddress=%3Cspan%20class=eloquaemail%3EEmailAddress%3C/span%3E&dateTime=3/26/2014%211:30%20AM&eventURL=http://myadobeURL/&ICSURL=http://myICSURL_test.ics&uniqueCode=1234class=eloquaemail%3EEmailAddress%3C/span%3E&eventName=My Webinar&meetingID=12345678&logo=MYLOGO/4954648048_4ed0fbd87e_b.jpg"></iframe>
I put the query string in a link from a post on the site and it doesn't work either. Presumably because the link doesn't include the email address?
Any ideas how to get the query string to work in the iFrame or even a link?
Thanks,
jonathan