Thanks for a great component!
I need to modify the email output for my form. I have already used the patch you created here:
ideal.fok.com.br/component/option,com_ku...11/func,view/id,899/
which helps alot. But what I also need is for items to be displayed on a new line if multiple items are selected with checkboxes.
eg. if you select the checkboxes for Firefox, IE, and Google Chrome in the form, in the email output I would like to see the display something like:
Browsers used =
Firefox
IE
Google Chrome
Is this possible?
And finally, it is possible to make it required that at least one checkbox is selected? I have selected "required" in the parameters but it still allows the form to be submitted if no checkboxes are selected.
Thank you!