I am working with a client that has a Forms form that is filled by a user and submitted.
Upon submission a workflow kicks off to populate a fill-able PDF and store it in the repository.
Seems simple enough and most of it is working fine, however, there are issues with the checkboxes.
As you can see, it fills out the ‘names’ fields just fine, and even the checkboxes are filled out, but not exactly how I was expecting them to be. If the Forms form has the checkbox selected, I want the PDF form to have it selected as well, but with an ‘X’ instead of a ‘T’. The same goes for the other option, if it’s not filled out then the PDF checkbox should be left blank and not have the ‘F’ there.
The workflow runs without error, it grabs the information, the entry is created, the PDF is attached to the created entry, the PDF fields are populated, it is then renamed, and lastly it is stored – all good except the checkboxes.
What could I be missing? A setting somewhere? All we are trying to achieve is an ‘X’ on selected checkboxes, and blank for checkboxes not selected. Any help is greatly appreciated, thank you.