i try to use Tag-it jquery plugin. it convert entry tag to:
<input type="hidden" style="display:none;" value="tag1" name="item[tags][]">
<input type="hidden" style="display:none;" value="tag2" name="item[tags][]">
when form submit, it will send to another page, the problem is that i want use "item[tags][]" in loop but using foreach just give me error for invalid arguments. can any one help me with this loop. thanks