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