Ok but the value field is already taken:
Code:
<td><div align="center"> Before 9am
<input type="radio" name="CallYou" value="before 9am">
</div></td>
<td><div align="center">9-12 noon
<input type="radio" name="CallYou" value="9-12 noon">
</div></td>
<td><div align="center">12-5pm
<input type="radio" name="CallYou" value="12-5pm">
</div></td>
<td><div align="center">5-9pm
<input type="radio" name="CallYou" value="5-9pm">
</div></td>
So where am I meant to put it?
This is how I have the text field:
Code:
<input name="first_name" type="text" id="first_name" value="<?php echo $first_name; ?>">
Can't see where it goes m8.
Bookmarks