here is the code which is causing conflicts with live help addon
Any clue?
I really appreciate your help:twisted:
Code:
<script type="text/javascript">
var field = document.getElementById("customfield'.$field.'");
field.checked = true;
var elem = document.getElementById("customfield1");
elem.value = "My default value";
</script>
I really appreciate your help:twisted: