hi all,
i want to store the value of a field from a form into a hidden item in different form.(different page)
can someone..please give me the code...i tried..but all vain tks
bob
What did you try?
<input type="hidden" name="somefield" value="<?php echo $_GET['fieldonotherpage']?>">
?