manipulating register.php with javascript
-
hi
I been using wp/bp on several sites of mine and in one of those site I need a registration field that will populate after a manipulation of another field in javascript. one field is id=”field_3″ and the other one is id=”field_4″.
but when I use :
`document.getElementById(“field_3”).value`
to get and set the elements I get a javascript error.
is it because its Conflicts with another javascript in the register.php?
- The topic ‘manipulating register.php with javascript’ is closed to new replies.