Suggest a good title....
Created 7 years ago by williamI 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?
ryanthompson
—
7 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?
Ill just do a text field type for now...