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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Dropdown
-
- Posts: 114
- Joined: Sun Sep 29, 2019 12:40 pm
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 448 times
- Contact:
Re: Dropdown
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.