Syddos,
Actually it's main/register.tpl that I need to edit. I'm not sure what variables to include though. For example the pulldown menu for Title, ie Mr. Mrs. is:
<tr valign=middle>
<td align=right>{$lng.lbl_title}</td>
<td><font class=StarStyle>*</font></td>
<td nowrap>
<select name=title>
{section name=title loop=$name_titles}
<option {if $userinfo.title eq $name_titles[title]}selected{/if}>{$name_titles[title]}</option>
{/section}
</select>
</td>
</tr>
I need to have a similar pulldown menu for where a customer found out about my company. The pulldown would have about 5 options. From the code above I'm not sure what the smarty code would be for this and what other file I need to change where the Mr. Mrs, etc options are.
Thanks!
Amy
|