Hi,Does anyone know of a way to add field dynamically to a DCT using the formAPI?Thanks in advance...DS
Not with formAPI, but you can use an inline script in your DCT that writes the xml via a perl script that could "dynamically" write anything you want... like from a database but that would only work once and only onLoad.Is that what you're talking about... or are you looking for modifying the DCT based on a user's interaction. In that case... formAPI could "kinda" do this by hiding/showing fields and updating the lists, etc.Hope this helps.