Developer Support »

Example of checkbox code for multiple checkboxes of the same name  (See more user questions)

Hi E.

Not sure what you mean. You don't need to enable anything in the script to handle multiple checkboxes.

There is an example in the script instructions of what multiple checkboxes on a form might look like:

<input type="checkbox" name="fruit[]" value="apple">Apple
<input type="checkbox" name="fruit[]" value="orange">Orange
<input type="checkbox" name="fruit[]" value="banana">Banana

Any questions, just let me know.

Best wishes.

Charles Sweeney
https://formtoemail.com
The world's easiest feedback script!

On 18/07/2011 09:41, e wrote:

> Comments: How do I enable multiple check box values of the same name in formtoemailpro. Can you supply an example.