Try this in
/main/register_personal_info.tpl
<tr>
<td align="right">field name text(label)</td>
<td> </td>
<td nowrap="nowrap">
<input type="text" name="dob" id="dob" value=""><font face="Arial" size="2" color="#FF0000">(Example 05/25/1975 . Must be 18 or older to order!)</font>
</td>
</tr>
Quote:
Originally Posted by acidon
I added extra text field "Date of birth" at the end of personal information block.
Then I went to /main/register_personal_info.tpl and added
*****
<table border="0" cellpadding="0" cellspacing="0" width="643">
<tr>
<td> <font face="Arial" size="2" color="#FF0000">(Example 05/25/1975 . Must be 18 or older to order!)</font></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
*****
The idea was to get it show "(Example 05/25/1975 . Must be 18 or older to order!)" under DoB field. However after i put that code it messed up the whole design. I know I doing it wrong, maybe anyone can inlight me, please? And is there a way to add such message on the right side next to field instead under?
I would appretiate any suggestions! Thanks in advance! 
|