I'm at work and unable to access my AdminCP right now, so this is from memory:
- AdminCP - User Profile Field Manager - Create New Profile Field
- Create the field as you wish, ensuring that 'Display at Registration' is set to Yes, and Private Field is set to No. Make note of the field 'number' that is assigned. Should be in the top of the table as you enter the new field details.
- In postbit or postbit_legacy, enter the following where you want it to display (where x= the new field number):
PHP Code:
<if condition = $post[fieldx]>Field Question: $post[fieldx]</if>