I am not good with javascript so looking for some remedial help.
I have a form built in Eloqua, which I have to host on an externally hosted landing page. I am sending visitors to the page from a link in an Eloqua email.
There are articles about doing a visitor lookup, then a contact lookup off of that, in order to return contact data for use in the form. I think I want to cut out the middle step, since I can pass in the elq id (do not want to pass email address in plain text in the URL) from the URL.
So, can I just do a contact lookup using the elq value in the URL, then populate some form fields based on the returned contact info, and what scripts do I need to do this?
Thanks,
Jim