Jun 26th, 2009, 9:04 PM
Hi Spenny,
Try this:
All the best -
Ben
Try this:
Quote:<?php $val = (isset($fields['myfield'])) ? $fields['myfield'] : "DEFAULT VALUE!"; ?>
<input type="text" name="myfield" size="10" maxlength="15" value="<?=$val?>"/>
All the best -
Ben