RSS Feed/News Can't write value from select to db

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,777
Points
823

Reputation:

Hi guys!
I have stupid problem and can't save value from select to DB in my first addon.
With text and textarea fields I have no problem - everything correct storing in DB.
This is part of XML template with my code:
Code:

Code:
<xf:selectrow name="category" value="{$block.block_category}" class="input--inline input--autoSize" >
            <xf:option value="val1" label="" />
            <xf:option value="val2" label="" />
            <xf:option value="val3"  label="" />...

Read more

Continue reading...
 
Status
Not open for further replies.
Top