jQuery and Square Bracket Inputs
In this registration system I’m currently coding, I have a custom Zend form to deal with a group of checkbox/input pairs (which I’ll post about later). For Zend forms, these come out with names like fieldname[row][number][whichfield]. Yep, three sets of square brackets. Fun fun! It works great for the Zend […]