Memorial Day
Support will be closed on Monday, May 28th, 2012 to enjoy Memorial Day with our friends and families.
   
 
Member registration customization
Posted: 08 February 2012 07:37 AM   [ Ignore ]  
Summer Student
Total Posts:  2
Joined  02-08-2012

hi all,
i am very new to ee2 so far managed to create static pages and some….I am stuck at a place in member registration page where i need to skip few custom fields for certain type of member. basically i have two types of members those might want to register and want to create different registration form for both of them. one having lesser fields to fill and other more.
Thanks in advance.
Niranjan

Profile
 
 
Posted: 08 February 2012 08:08 AM   [ Ignore ]   [ # 1 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  303
Joined  03-18-2011

Hi Niranjan, are you using standalone registration form OR using any external ad-one like USER module. For standalone registration form, please take a reference from http://expressionengine.com/wiki/Standalone_Registration_Form.
for custom fields, use their name like m_field_id_1. i hope this would help you.

Profile
 
 
Posted: 08 February 2012 08:14 AM   [ Ignore ]   [ # 2 ]  
Summer Student
Total Posts:  2
Joined  02-08-2012

hi bhaskar, i am not using any external addon. well the link you provided is informative and i will try to put every field one by one but i was thinking about digging
{custom_fields}

</tr><tr>

<td class=‘tableCellTwo’>
<div class=‘defaultBold’> {field_name}{required}<span class=“highlight”>*</span>{/required} </div>
{if field_description}
<div class=‘default’>{field_description}</div>
{/if}
</td>
<td class=‘tableCellOne’>{field}</td>

{/custom_fields}

this portion of registration_form.html
BTW i will try adding each field manually, Thank you

Profile