Page 1 of 1

Dropdown

Posted: Sun Sep 29, 2019 12:58 pm
by GlenMcCabe
Completely new to nubuilder.

Created browse and edit form. On the edit screen I added a field called active which is type select. In the select tab I put Yes|No. On the form I see only Yes. I tried to add | before, after and both. eg |Yes|No| etc. This adds a null option which I assume if due to the last | but still only one choice. I have tried adding wider range just using numbers and I feel it is displaying every other entry in the list.

Multiple is set to No.

Thanks in advance

Re: Dropdown

Posted: Sun Sep 29, 2019 1:31 pm
by GlenMcCabe
Entered values twice. seems to solve things

Re: Dropdown

Posted: Sun Sep 29, 2019 3:11 pm
by kev1n
The first value is the dropdown's bound value, the second one its display value. While the display value is displayed in the drop-down list, the bound value is stored in the database. You can also use the same string for both values just like you did.