Jun 24th, 2009, 3:02 PM
Hi, can anyone tell me how I set a field to have a default value?
Usually I would do this by writing value="myvalue" but I am already using this 'value' to make the form sticky eg as follows:
Thanks in advance!
Usually I would do this by writing value="myvalue" but I am already using this 'value' to make the form sticky eg as follows:
Code:
<input type="text" name="myfield" size="10" maxlength="15" value="<?=@$fields['myfield']?>"/>
Thanks in advance!