XenForo
Administrative
- Thread starter
- Admin
- #1
I was wondering if there's any solution for this. For example, I have this
Code:
Everyone knows it will automatically be added each time we type something in the textbox. But I want to add something like this
Code:
Does anyone have an idea?
ادامه مطلب...
Code:
Code:
<li data-xf-init="field-adder">
<xf:textbox name="example[]" value="" />
</li>
Code:
<xf:button data-xf-click="field-adder">{{ phrase('add') }}</xf:button>Does anyone have an idea?
ادامه مطلب...