View Single Post
  #1  
Old 12-14-2008, 01:35 AM
  acidon's Avatar 
acidon acidon is offline
 

Senior Member
  
Join Date: Feb 2008
Posts: 139
 

Question Custom text next/under form field on registration page?

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>&nbsp;<font face="Arial" size="2" color="#FF0000">(Example 05/25/1975 . Must be 18 or older to order!)</font></td>
</tr>
<tr>
<td>&nbsp;</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!
__________________
Version 4.7.6 X-cart Gold
Reply With Quote