Hi
Is it possible to preset the values of form elements with php - so that when
the client gets the page certain boxes are checked or completed - on the
fly - based on their HTML id.
Javascript has a way of doing this - but i need the functionality of PHP
too - so if i can move the whole thing over to php it owuld be better .
javascript example -
document.forms['form1'].elements['radiobuttonno'].checked = true;
many thanks
AL
Is it possible to preset the values of form elements with php - so that when
the client gets the page certain boxes are checked or completed - on the
fly - based on their HTML id.
Javascript has a way of doing this - but i need the functionality of PHP
too - so if i can move the whole thing over to php it owuld be better .
javascript example -
document.forms['form1'].elements['radiobuttonno'].checked = true;
many thanks
AL
Comment