I have birthdate added in the registration and what I need is to make sure it is filled in when registering. How do I do that?
What I have so far is.....
<tr>
<td width="40%">
<b>', Birthdate, ': (DD/MM/YYYY)</b>
</td>
<td class="smalltext">
<input type="text" name="bday2" size="2" maxlength="2" value="', $context['member']['birth_date']['day'], '" /> -
<input type="text" name="bday1" size="2" maxlength="2" value="', $context['member']['birth_date']['month'], '" /> -
<input type="text" name="bday3" size="4" maxlength="4" value="', $context['member']['birth_date']['year'], '" />
</td>
</tr>
Thanks
Sea Of Sin
http://www.simplemachines.org/community/index.php?topic=11249.0
-[Unknown]