Values except options

Elementor Forms Under Review
21 November, 2025 06:18:31
I.mosidze
Topics: 2
Messages: 3
Hello.

I have configured an Elementor form so that the dropdown field automatically displays a list of registered users.

When I print a PDF, the plugin prints the IDs instead of the usernames. (1,2,3,4).
It does the same thing on checkboxes, printing the values ​​instead of the options.

Is it possible to fix this?

Thank You.
21 November, 2025 12:09:24
E2Pdf
Support
Topics: 7
Messages: 3577
Hello,

We just released an update to the RC version that allows outputting the labels instead of the values. You can update the plugin by following the steps here: https://e2pdf.com/docs/install#rc-version

After the update, to output the Label, try using the modified field shortcode by adding :label to the field ID, like:

[field id="field_8fe66fd:label"]

Please note that we are not certain if this will be fully compatible with your setup, due it seems not default functionality to output the list of users.

If it still doesn’t work and you only need to output the selected user name, you can try using the following construction:

[e2pdf-user id="dynamic" key="user_login"][field id="field_8fe66fd"][/e2pdf-user]

Documentation for this shortcode can be found at: https://e2pdf.com/docs/shortcodes/helper/e2pdf-user#user-data

* Please remember to replace field_8fe66fd with your actual field ID.
We would really appreciate your feedback at WordPress.org!
21 November, 2025 17:51:13
I.mosidze
Topics: 2
Messages: 3
This form is an employee leave form.
A registered employee fills out a leave form.
I think the problem is something else.
All fields in the submission are perfectly stored and visible.
21 November, 2025 19:28:48
E2Pdf
Support
Topics: 7
Messages: 3577
So, as we understand, none of the solutions above worked for you. Could you please attach an example of how the field is set up? We are a bit unsure how to replicate the setup.

P.S. Please keep in mind that a font supporting the Georgian language should be used, as the default font does not support it.
We would really appreciate your feedback at WordPress.org!