Hello,
I stumbled up on the AcroDialogs plug-in, while searching for “form filling wizard” on the internet.
I work for an international company and right now I have a project based on LiveCycle. We already created a pretty much complex form and the next step is to create a wizard for it, to make its filling in / completion as easy as it can be. Already tried this in LiveCycle but it did not work :(.
As I find the The AcroDialogs wizard very easy and accessible – the only problem encountered, is the lack of knowledge how to make the copying of the information from the wizard fields into the .pdf form work, as the example “PDF Form Filling Wizard Demo” (http://www.windjack.com/WindJack/Examples/MultipartFormWizard_Demo2reg.pdf)
Thank you very much.
Have you looked at the field and document level functions of the form?
You will also need to have the Acrobat JS API Reference to understand the 'Dialog' object and the 'execDialog' method. And you may need to have the Mozilla JavaScript Reference ver 1.5 to understand the JavaScript language. The 'Dialog' object is quite complex and even an experienced programmer can find the AcroDidalogs product beneficial, as the programmer will not need to perform the calculations or trial and errors for the dialog layouts and all the needed actions.
George Kaiser