Hi again, could someone help me in how can i add data-nette-rules javascript
on low level form fomat???
{foreach $items as $item}
<p><input type=checkbox name="sel[]" value={$item->id}> {$item->name}</p>
{/foreach}
thanks
Last edited by alnux (2017-02-13 18:24)