Topic: Problem with date picker from rainforest.net
hi, I created this form. to avoid errors, I'd like the user to select the date from a calendar that pops up. unfortunately, I haven't been able to make it work.
this is my form: http://www.utilaecology.org/research/li
ontact.php
this is the date picker I want to use: http://www.rainforestnet.com/datetimepicker.htm
and this is my code:
<?php include('../includes/core.php'); layout_start(true); ?>
<style type="text/css">
<!--
.Estilo3 {font-size: 12px}
-->
</style>
<script type="text/javascript" src="datetimepicker_css.js"></script>
<table width="599" border="0" cellspacing="4" cellpadding="5">
<tr>
<td width="567" height="28" background="../assets/images/section-bkgd_long.gif" class="SectionText">Report lionfish sighting</td>
</tr>
<tr>
<td><p align="justify">Please fill in the form below if you would like to report a lionfish sighting and we will get back to you as soon as possible. </p>
<hr size="1" noshade="noshade" /></td>
</tr>
<tr>
<td><form name="LionfishContactForm" method="post" action="sendmail.php">
<table width="100%" border="0">
<tr>
<td><div align="left">
<label>Name:</label>
</div></td>
<td><input name="name" type="text" id="name" size="60" maxlength="30"></td>
</tr>
<tr>
<td><div align="left">
<label>Email:</label>
</div></td>
<td><input name="email" type="text" id="email" size="60" maxlength="30"></td>
</tr>
<tr>
<td><label>Date:</label> </td>
<td><input name="date" type="text" id="date" size="35">
<img src="../assets/images/cal.gif" alt="Pick a date">
</tr>thanks!
Last edited by larissahn (May 30, 2009 5:20 pm)

