Posted: 08/16/2005 3:33:58 PM
Hello,
I want to add a custom field to the registration form register_form.tpl to collect the information from the user on registration. If the custom field name is: lu_fieldcustom__userfax what should I change?
<tr>
<td><img src="img/s.gif" width="16" height="1" alt="" /></td>
<td><inp:m_form_prompt _Form="m_register" _Field="phone" _langtext="lu_pp_phone" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" /></td>
<td>&nbsp;</td>
<td><inp:m_form_input _field="phone" _Form="m_register" type="text" class="input" style="width:135px;" /></td>
</tr>
Thanks,