D.C Style
Well-known member
I was wondering if there's any solution for this. For example, I have this
Everyone knows it will automatically be added each time we type something in the textbox. But I want to add something like this
Does anyone have an idea?
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>