Quantcast
Channel: WHMCS Community Forums
Viewing all articles
Browse latest Browse all 13458

javascript conflict with live help addon

$
0
0
here is the code which is causing conflicts with live help addon

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>

Any clue?
I really appreciate your help:twisted:

Viewing all articles
Browse latest Browse all 13458

Trending Articles