Posted by lukewin on January 24, 2013 at 9:48pm
Hey,
I am developing a travel website and am trying to work out how to separate a page into multiple pages using Links. I have a Content Type called Tour Packages where the admin can enter the Itinerary, Prices and Hotels. I want to divide these 3 pages into tabs, so that the user can easily select them depending on what they want to see.
The Field Group module has the functionality that I need in its MultiPage option, but this is only available for the admin and not the front end, which is what I need it for
Not sure if Entity Reference will work, but was just wondering if anyone could point me in the right direction or if anyone has an example of this?
Hope you can help
Cheers
Comments
Under the "Manage display"
Under the "Manage display" tab you can use Field Group to group the fields using either horizontal or vertical tabs which gives the appearance of multiple pages.
Thanks Nevets. I tried this
Thanks Nevets. I tried this functionality, but it is more like a collapsible div and it still shows the original content. I need to click on the tab e.g. Prices and then it will just show the Prices information and nothing else.
Any ideas?
Make sure all the fields you
Make sure all the fields you want displayed are in a group.
Make sure you follow the instructions for vertical/horizontal tabs (you need a tab group with the individual tabs "inside" and fields "inside" the tabs).
It should then work.
That works now thanks. I
That works now thanks. I wasn't adding the Horizontal Tab Item for each group, I was just putting all the fields under the Tab Group. Just need to set up relationships now between the tables. thanks