Hi All
I am new to this forum and also Adobe forms development.
I have a dropdown for example
01-UK
02-France
03-Kenya
04-USA
When the user selected the 01-Kenya or example, when I export the form as delimated text I want 01 to export and not 01-UK
Any help would be appreciated
Thanks
Zahed
Views
Replies
Total Likes
@Zahed3570 Is it a pdf or adaptive form?
How are you exporting the form data?
i just tried to export the form data from the pdf in xml format and it worked fine
<?xml version="1.0" encoding="UTF-8"?>
-<form1>
<Name>John</Name>
<Address/>
<City/>
<State/>
<ZipCode/>
<Country/>
<DropDownList1>1</DropDownList1>
</form1>
@Zahed3570 yes, let's assume it is PDF and Designer and not Adaptive Form - here is how the Drop-Down would look like:
The list of options is defined here as shown
and important the Binding tab to be set like this:
And then the result is as @gbedekar describes it in his XML data. You can even use 01,02,03,04 as values here if that is what you require.