Marwane_Be
Marwane_Be

Reputation: 1

Setting "Field Name" via Dropdown Instead of Textbox in PDFTron forms

How can I implement a dropdown widget for setting the "Field Name" instead of a textbox in a custom PDF viewing solution using PDFTron within Mendix? We have a backend-generated list of values that should populate the dropdown, allowing users to select a value as the field name.

In the image, we need to replace the text field by a drop down.

Despite researching the available resources and documentation, we haven't found a straightforward method to achieve this feature.

Upvotes: 0

Views: 117

Answers (1)

kkim
kkim

Reputation: 1

You can access the options of a dropdown listbox using WidgetAnnotation.options.

Please feel free to reach out to support at https://apryse.com/contact-us

Upvotes: 0

Related Questions