So, having trouble getting this to work the way I want. Here is what I have:
-I have 3 fields (alt_one_name, alt_one_class, alt_one_race) that are Show on Profile and Show on Edit. These 3 fields are on "Altone" tab.
- Altone tab is set to not displayed, div w/o title
-I have a custom HTML field with:
Code:
<div class="row">
<div class="col-sm-6">[cb:usertab tab="29" formatting="divs" /]</div>
<div class="col-sm-6">[cb:usertab tab="30" formatting="divs" /]</div>
</div>
That is Altsone tab and Altstwo tab (which has no info on it yet).
This field is Show on Profile: No and Show on Profile Edit: Yes. For now I'm just trying to set up the Edit portion, not the profile portion.
This field is on the "Alts" tab.
Now I want this to all show up on the Edit portion correctly, but it doesn't.
I want the editable fields to show up on the "Alt" tab, and the "Alt One" tab should not be showing up at all. I want to make it so the 3 editable tabs are in a row and then I'll add headers above them, and then if those 3 fields are "not empty" another row will appear with conditionals.
I'm apparently doing this very wrong, any help?