I have a situation where I have multiple data types and would like to use a single dct to display the appropriate Data Capture Form to the user after they have selected the data type from a pull down list box. Each data type has a unique Data Capture Form. I know the Interwoven doc says to split these up into single data capture form, but I wanted to see if there was a way to incorporate the multiple data capture forms into a single dynamic dct.Any suggestions would be greatly appreciated.
Primary suggestion - don't try to do it.Alternative: You create a huge DCT with all the various fields you want in it and put together a lot of FormAPI code to toggle the visibility (and required-ness) of the various fields based upon a select list that is always visible. The time to develop, debug, and maintain over the the long term makes the alternative a bad choice IMO.