Hi, please help I am learning, got a bit stuck on this.
$pickup = $_POST['pickup'];
else if(trim($pickup) == '')
{
$error = '<div class="errormsg">Please include date of pick up.</div>';
$msg = "From : $name \r\nPhone number : $phone \r\ne-Mail : $email \r\nSubject : $subject \r\n\n" . "Message : \r\n$message \r\n\nPickup date date: $pickup";
<input class="plain" name="dc" value="<?=$pickup;?>" size="19"><a href="javascript:void(0)" onclick="if(self.gfPop)gfPop.fPopCalendar(document.demoform.dc);return false;" ><img name="popcal" align="absmiddle" src="calbtn.gif" width="34" height="22" border="0" alt=""></a>
once the from is filled in I get all other fields in the email but this one, I think its something to do with the php not getting the info needed from the js Calendar?.