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,419
- 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:
Read more
Continue reading...
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...