Sorry, still not working for me.
-I have the 3 fields on the "Alt One" tab, and that Tab I have set to not show on profile.
-The 3 fields I have set to Show on Profile:No, Show on Profile Edit: Yes, 1 line with title.
- On the "Alts" tab (also set to not displayed on profile) I have:
-1 custom html field, with the following code:
Code:
<div class="row">
<div class="col-sm-6">[cb:userdata field="cb_alt_one_name" formatting="divs" /]</div>
<div class="col-sm-6">[cb:userdata field="cb_alt_one_class" formatting="divs" /]</div>
<div class="col-sm-6">[cb:userdata field="cb_alt_one_race" formatting="divs" /]</div>
</div>
This isn't working, it is not showing the editable fields on Profile edit. All I get is this:
Am I setting something wrong when I'm calling the fields?