Drop Down Menu problem

D

djmollusk

Guest
I want to make a drop down menu for one of the tables. The feild type is set to select_single. I'm entering the values for the drop down menu in the Option to include area. The problem is that I can't figure out to make the options show up on different lines. Also it cuts off the first and last character of whatever I put in. Example = test would show up as "es"

Is this just not how you do it or am I just just putting things in there in the wrong format. I tried doing it like this:

item1/item2/item3/

that didn't work either.

I just downloaded and installed DaDaBIK today. It does exactly what I need it to do. I'm just still trying to figure it out.
 
M

Mark

Guest
You need to use the separator (default is the ~) defined within the table manager

Try this for your selection

~item1~item2~item3~
 
Top