Skip to Content Skip to Menu

Multiple Tabs Profile Edit but Single Tab in Profile View

  • Spiralmind
  • Spiralmind
  • OFFLINE
  • Posts: 259
  • Thanks: 16
  • Karma: 0
3 years 9 months ago #322336 by Spiralmind
So, I want the user to open the edit profile view and I have three tabs of fields they need to fill in. I wanted three tabs to break up the otherwise super long amount of fields they need to fill in. They are three categories of questions.

When they save the profile I want the profile view to have a single tab with all of the answers from the three tabs showing there but not the tabs from the edit view. This way I can view or print the whole thing out.

So three tabs in edit and one tab in view in the Main Canvas Middle position.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48435
  • Thanks: 8275
  • Karma: 1443
3 years 9 months ago #322343 by krileon
Ok, for that you need the Custom HTML field solution with tab substitutions. First edit all 3 tabs within CB > Tab Management and change their Position to "Not displayed on profile 1". Now create a Custom HTML field on a different or new tab and use the below substitutions to stack the contents of those 3 tabs into 1.

HTML:
Code:
[cb:usertab tab="TAB_1_ID_HERE" formatting="divs" /] [cb:usertab tab="TAB_2_ID_HERE" formatting="divs" /] [cb:usertab tab="TAB_3_ID_HERE" formatting="divs" /]
Show on Profile: Yes, 1 Line without Title
Show on Registration: No
Show on Profile Edit: No

Replace TAB_1_ID_HERE, TAB_2_ID_HERE, and TAB_3_ID_HERE with the actual IDs of those 3 tabs. You can find their IDs within CB > Tab Management on the far right under the ID column.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum