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
- 29,726
- Points
- 823
Reputation:
I am trying to use the field-adder function, in conjunction with a disabler. On first appears, it works... however, new fields added by the field-adder function come in disabled, even if it's supposed to be enabled.
HTML:
Read more
Continue reading...
HTML:
Code:
<xf:checkboxrow>
<xf:option name="custom_excerpt" value="1"
checked="{{ $earnings ? true : false }}"
data-xf-init="disabler"
data-container="#Earnings"
data-hide="false" />
</xf:checkboxrow>
<xf:formrow rowtype="input" id="Earnings">...
Read more
Continue reading...