How to get id of token when using tokeninputrow in form

Status
This content is read-only, or is not open for further replies.

Basenotes

Guest
offline
I'm using a tokeninputrow for a form in which a user can select from a list of brands.

And though I'm able to select the brands and I can see that the ID is being passed via the Ajax call, it does't seem to save the details on form submission.

Not sure if this isn't something that is supported?

Template

HTML:

<xf:tokeninputrow max-tokens="1" min-length="1" required="required" name="brand" value="{$object.brand}" href="{{ link('contribute/object-auto-complete', null, {'object_type': 2})...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom