Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Create Multiple Views on DCT Using FormAPI
wngg2
Hello,
I am a first time user on this forum and I have a question regarding to the FormAPI. Is it possible to use the FormAPI to create multiple views on DCT? Some of our DCTs contain too many fields on one single page, and I have been trying to break that down into two pages (or something similar to HTML internal anchor page).
I would appreciate if anyone can help me on this. Thanks!
Find more posts tagged with
Comments
anilp
you could do it, potentially. you can detect the values of a certain field, and make a whole bunch of fields become visible.
Gregg Faus
Have you looked at the built in paging mechanism? I've never used it myself, but it is available as an attribute (items-per-page) of the data-type element. You just need to change your templating.cfg to enable it.
wngg2
Yeap, I got that part figure out. Thank you all for your help!