How do you add information below the header in the registration page.
E.g
Additional Information
Please fill in the information below which is needed by the forum staff.
(2009-09-22, 06:02 PM)Chrissyscott Wrote: [ -> ]How do you add information below the header in the registration page.
E.g
Additional Information
Please fill in the information below which is needed by the forum staff.
Go to your Administrator CP, click on Configuration, go to the left list and click on "Custom Profile Fields". Click on the "Add New Profile field" tab (at the top of the list), then fiddle around until you get what you want.
This may not be what you want, but at least I tried.

(2009-09-22, 06:08 PM)aledTH Wrote: [ -> ]Go to your Administrator CP, click on Configuration, go to the left list and click on "Custom Profile Fields". Click on the "Add New Profile field" tab (at the top of the list), then fiddle around until you get what you want.
This may not be what you want, but at least I tried. 
Not what I want but thanks for trying

I think it is in member_register templates.
As AledTH has said you can use custom profile fields then just use the Required option and the Textbox as the type of field.
Not what I'm wanting, sorry. I want to add information under the Account Details section when registering. Do you know how to do this?
Do you mean like this?
![[Image: picture1yl.jpg]](https://camo.mybb.com/55f05a9320fe8dd409a3098fd6ad49272c3f693e/687474703a2f2f696d673133362e696d616765736861636b2e75732f696d673133362f373739352f7069637475726531796c2e6a7067)
(2009-09-22, 06:50 PM)RateU Wrote: [ -> ]Do you mean like this?
![[Image: picture1yl.jpg]](https://camo.mybb.com/55f05a9320fe8dd409a3098fd6ad49272c3f693e/687474703a2f2f696d673133362e696d616765736861636b2e75732f696d673133362f373739352f7069637475726531796c2e6a7067)
Yeh, but under
Account Details 
That is in member_register templates:
<fieldset class="trow2">
<legend><strong>{$lang->account_details}</strong></legend>
Please fill in the information below which is needed by the forum staff.
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
(2009-09-22, 06:57 PM)RateU Wrote: [ -> ]That is in member_register templates:
<fieldset class="trow2">
<legend><strong>{$lang->account_details}</strong></legend>
Please fill in the information below which is needed by the forum staff.
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
Thank you for your help
