Intechnic
Users Developers
Home / Forums / In-Portal CMS / General In-Portal Discussions / Modifying the Registration Form (register_form.tpl) / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

Modifying the Registration Form (register_form.tpl) (1)


Posted: 04/27/2005 8:40:37 PM

Reply Quoted  


I created a custom field called "companynamed" under the Community > Custom Fields section in In-Portal.

Then I added the following reference to this custom field on my registration form:

<tr>
<td><img src="img/s.gif" width="16" height="1" alt="" /></td>
<td><inp:m_form_prompt _Form="m_register" _Field="_companynamed" _langtext="lu_prompt_company_name" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" /></td>
<td> </td>
<td><inp:m_form_input _field="companynamed" _Form="m_register" type="text" class="input" style="width:135px;" /></td>
</tr>


However, when a user completes the registration form and fills out the customfield it doesn't get populated on the back-end. Is my custom field in the wrong place (community)? Thanks in advance for your help.