Trying to make a html contact form that submits to a webservice via module creator.
1. build a soap string
2.use javascript to submit it
Sounds simple enough but inside the modulecreator when im trying to pick up the form elements it wont run, however other javascript functions seem ok...
Outside of dnn , this works fine, but inside the module creator this code doesn't run
'<subject>' + document.getElementById("smarter").elements["subject"].value +' </subject>' +