Hi
I found some unique error only with DNN, annoying my development experience. these days I used to work with omniture field validation. these validation code works perfect with asp.net sites, php oriented site and with plan html. but throwing an error only with dnn enviornment, i am so much dissapointed... I have spent more than 12 working days but nothing helpfull, still suffering...
here is my problem:
client wants me to add omniture tagging for reporting purposes.
s.sendformEvent() is called from external js file.
Javascript Syntax: index.html
function Webform_OnSubmit()
{
var fname = document.getElementById('dnn_ctr1277_formMaster_ctl_9b77e0721bbe4452b169c7b5b87c9977').value;
//--- First Name ---
if(fname=='') {
efore Calling s.sendformEvent()')
s.sendformEvent('e','Collateral: Collateral Request: form','Collateral Request form','First Name: No Value');
s.sendformEvent('e','Contact Us','Contactform', 'First Name: No Value');
After Calling s.sendformEvent()')
return false
}
}
Function Declaration in external js file
s.sendformEvent=new Function("t","pn","fn","en","" . etc.
Note: if I can create my own form tag, it might work...
Please help me to resolve this problem
Regards
Ahamed