Suggest a good title....
Created 6 years ago by william

I would like to give the user a selectbox, where they select the name. The output would then be: name + title Question is here how do i make this happen if i am not allowed to add a new stream to which i add a relationship. Or relationship to users. If select would have worked with the below it would have sorted it..:

"options" => [
    ["name" => "erik", "title" => "boss"],
    ["name" => "erika", "title" => "boss boss"]
],      

I guess i could do something like :

"options" => [
    ["Erik, boss"],
    ["Erika,Boss boss"]
],      

and then split it at the comma and trim it... hmmm.. any other ideas?

william  —  6 years ago Best Answer

Ill just do a text field type for now...

ryanthompson  —  6 years ago

Not sure I follow..

if i am not allowed to add a new stream to which i add a relationship. Or relationship to users.

Not allowed?

william  —  6 years ago

As in i don't want it😄

piterden  —  6 years ago

Emma not allows you?

william  —  6 years ago

LOL

william  —  6 years ago Best Answer

Ill just do a text field type for now...