Hi,
I am trying to populate Adobe PDF checkboxes using database values in Workflow. I don't see where I'd include Javascript in Workflow; and so far, I've been unsuccessful trying to get this to work by putting the Javascript directly into the PDF.
For each set of checkboxes, I have a hidden field that stores the value from the database. Based on that value, I'm trying to set the appropriate checkbox.
Example: I have a hidden field called "RegMed". If the value is "Y", I want to check the "RegMed_Yes" checkbox. If the value is "N", I want to check the "RegMed_No" checkbox.
What is the best way to accomplish this?
Thank you!