Copy link to clipboard
Copied
You've over-complicated the code. Simply use this as the initialize function:
initialize: function(dialog) {
dialog.load({
"fld1":"1",
"fld2":"2",
"fld3":"3",
"fld4":"4",
"fld5":"5",
"fld6":"6",
"fld7":"7"
});
},
Copy link to clipboard
Copied
You've over-complicated the code. Simply use this as the initialize function:
initialize: function(dialog) {
dialog.load({
"fld1":"1",
"fld2":"2",
"fld3":"3",
"fld4":"4",
"fld5":"5",
"fld6":"6",
"fld7":"7"
});
},
Copy link to clipboard
Copied
Try67 I cannot thank you enough. I am a complete novice to JavaScript and do not fully understand it as you can tell. I am surprised I got this far before getting stuck. But I have seen the help you have given others. The speed with which you replied was phenomenal and the solution spot on. Many thanks.
Copy link to clipboard
Copied
Don't feel bad. Dialogs are one of the most complicated things one can do in Acrobat JS...
Copy link to clipboard
Copied
You'll find a drag and drop Dialog editor, and some tutorial vidoes, here:
https://www.pdfscripting.com/public/ACRODIALOGS-OVERVIEW.cfm
If you have questions about these things, you should email or message me.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Thanks, Glad to help