Feb 3rd, 2012, 7:04 AM
Hello Ben
I'm new here in FormTools website but I already used formtools before but now I needed to create my form with checkboxes (I never used it before) and I get the same error Dave got.
You wrote to used [] (name="example[]") which I did but still not work.
My form is http://inquerito.gruponett.com/teste-ertek.html and I point it to form tools.
I don't know if you need more info but I'm kinda dumb trying to get it right. I already try it in different ways and I still get only one submission in checkboxes.
Can you help me?
Thank you so much
Best regards
Ana
I'm new here in FormTools website but I already used formtools before but now I needed to create my form with checkboxes (I never used it before) and I get the same error Dave got.
You wrote to used [] (name="example[]") which I did but still not work.
My form is http://inquerito.gruponett.com/teste-ertek.html and I point it to form tools.
I don't know if you need more info but I'm kinda dumb trying to get it right. I already try it in different ways and I still get only one submission in checkboxes.
Can you help me?
Thank you so much
Best regards
Ana
(Oct 11th, 2011, 11:19 AM)Ben Wrote: Hey Dave,
No worries! And sorry - I should have glanced at your attached form. The problem is that in order to pass an array of values for a group of checkboxes, you need to tweak the checkbox name attributes from this:
Code:<input type="checkbox" name="services" />
To this:
Code:<input type="checkbox" name="services[]" />
That should fix it up! You only need to change that in your form - not within Form Tools.
All the best -
Ben