Checkbox value/string is not visible in visual maper

30 January, 2023 06:00:11
Colemont
Topics: 7
Messages: 19
Hello, i'm using Woocommerce Custom Product Addons plugin to collect custom info while buying a product. Client has to mark several checkboxes and input text fields. Text fields are visible when Mapping fields, whereas checkboxes are not visible. Is there a way to manually input checkboxes?
30 January, 2023 06:24:07
E2Pdf
Support
Topics: 7
Messages: 3163
Hi,

It must be some key that stores "checkbox" data if it's visible on WooCommerce "Order" page. Don't you see any keys which can be related to that checkbox? In some cases, "checkbox" can output value as a serialized array as {'i':1....}. If you found such output - usually it can be used "path" attribute to output its value.

However, if these fields must be present in all PDFs, you can create it manually as in the attached screenshot. A checkbox will be selected if "Value" equals "Option", so the setup can look like this:
We would really appreciate your feedback at WordPress.org!
30 January, 2023 07:39:25
Colemont
Topics: 7
Messages: 19
Thank you, worked it out!