Formidable Forms - Checkbox Values in Text Field

Formidable Forms
20 April, 2021 05:21:51
PhilEvergreens
Topics: 1
Messages: 2
I'm using formidable forms to create a shipping label on a free sample form and I have image based checkboxes as a product selection. When I map the field to the pdf it is showing the full code from the field rather than just the field value.

Is there a way to just show the selected options as field value, rather than the entire html code used for each option?
20 April, 2021 05:50:27
E2Pdf
Support
Topics: 7
Messages: 3188
Hi,

If you are using "separate" values you must be able to use shortcode:

[123 show="value"]

In other case you can try to format shortcode with [e2pdf-format-output] shortcode wrapper to remove tags:

[e2pdf-format-output filter="html_entity_decode,strip_tags"][123 show="value"][/e2pdf-format-output]

We remain at your service.
We would really appreciate your feedback at WordPress.org!
20 April, 2021 06:04:16
PhilEvergreens
Topics: 1
Messages: 2
Thanks, that's worked!