Forums | Mahara Community
    
        
            Developers
         /
    
    
    pieforms checkbox array
26 November 2014, 1:25
Hi all,
I'm doing custom plugin.
I have list of checkboxes in my page and save those checkboxes checked in database. For this i want to name checkboxes array
like <input type="checkbox" name="vehicle[]" value="Bike">I have a bike
<input type="checkbox" name="vehicle[]" value="Car">I have a car 
NOW TO DO IT IN PIEFORMS
