Quote:
Originally Posted by dirtymerc
I want to make a custom required field on my registration page as the users custom title on their postbit. Any ideas for 3.5.3?
|
In the postbit template, change
HTML Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
to this
HTML Code:
<if condition="$post['fieldx']"><div class="smallfont">$post[fieldx]</div></if>
Replace both fieldx's above with the profile field name found in the User Profile Field Manager. (The name always starts with
field and ends with a number.)