Forum Moderators: mack
Can anyone help me out by sending the code for prepopulating the textboxes?
Thanks & regards, Mukti
you could prepopulate a textbox like so
<input type="text" name="mytextbox" value="this will be in the form element">
that what you need?