Quantcast
Channel: Topliners: Message List
Viewing all articles
Browse latest Browse all 3431

Re: How do i change the elqform/elqid field names for external integration?

$
0
0

I had some issues setting this up, found out the joomla cms we used doesnt accept jquery, here is the javascript code to add hiddenfields needed by eloqua to integrate external forms:

 

 

<script>

 

function addHidden() {

    var div= document.createElement('div');

    div.innerHTML= '<input type="hidden" name="elqFormName" value="contact-us-full"><input type="hidden" name="elqSiteID" value="23693100">';

    document.getElementById("ContactUs").appendChild(div);

}

</script>

 

html

----

add this to the submit button

onclick="addHidden();"


Viewing all articles
Browse latest Browse all 3431

Trending Articles