Hi!
Is there some recommended way to embed custom static data to the form? For example movies catalog in XML. When I create order form, I would like to have a catalog included in it. The catalog has categories and using script I would like prepopulate drop down list according to selected category.
I don't want catalog data be included in submited XML data. Catalog should be part of the form. I also would like prepopulate catalog at design time or using some workflow component.
I created solution having catalog as form attachments but I expect the should be some more elegant "storage".
I also am able to import nodes into xfa.datasets.
I also read about extras attribute in XFA specification.
I guess I'm not the first person trying this, so I don't want to spend time reinventing wheel. Could please anybody give me some advice?
Thanks,
--- Jaroslav