Question
Dialog Box Button Help
Okay so I'm new to programming within adobe acrobat. Im trying to execute a function once the ok button is clicked in the dialog box.
the button is created in json.
which it looks like
{
type: "ok",
ok_id: "SubButton",
ok_name: "Submit",
value: Submint(),
alignment: "align_right",
}I have no Idea how to even attempt this ive tried googling but coming very short all the time.
