cancel
Showing results for 
Search instead for 
Did you mean: 

Submit selected value from dropdown list

andrs_sarcevic
Contributor
0 Kudos

Hi all,

I am working with an Offline Interactive Form. I was able to populate a Dropdown list with all the possible values. When I submit the form in XML format, all the values are submitted. I would like to submit only the selected value rather than the whole list.

Any help on this?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

andrs_sarcevic
Contributor
0 Kudos

Seems to be that as the internal table is linked to the drop down by List-Items, all the values are returned. I retrieve the selected value by binding another field of the form interface.

NoJo
Active Participant
0 Kudos

How did you bind your datasource to the dropdown list and how do you submit and get the submitted values?

Do you have a field "value1" that you have bound to the context? and did you export an internal table as datasource for the value help? when you "submit", do you look for the field-value?

Norbert