RSS Feed/News How to get id of token when using tokeninputrow in form

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,422
Points
823

Reputation:

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...
 
Status
Not open for further replies.
Top