Hi,
I create a form using ChronoForms: it works fine but I have a serious problem ro receive values from a checkbox using Internet Explorer 7 only (with FF works fine).
The form codei is
And in the "Emails Templates"
If I submit a form using Internet Explorer, i receive an e-mail like this
Any idea?
Thank you in advance.
I create a form using ChronoForms: it works fine but I have a serious problem ro receive values from a checkbox using Internet Explorer 7 only (with FF works fine).
The form codei is
<div class="form_item">
<div class="form_element cf_checkbox">
<label class="cf_label" style="width: 150px;">Please send me</label>
<div class="float_left">
<input value="Video" title="" class="radio" id="check00" name="check0[]" type="checkbox" />
<label for="check00" class="check_label">Video</label>
<br />
<input value="Brochure" title="" class="radio" id="check01" name="check0[]" type="checkbox" />
<label for="check01" class="check_label">Brochure</label>
<br />
</div>
And in the "Emails Templates"
Please send me: {check0}
If I submit a form using Internet Explorer, i receive an e-mail like this
....
....
Please send me: {check0}
....
....
Any idea?
Thank you in advance.
Hello,
after several test I found the problem (but no the solution): if plugin "System - Mootools Upgrade" is enable, IE doesn't work properly for the checkbox.
But I can't disable because I use a module that required it....
after several test I found the problem (but no the solution): if plugin "System - Mootools Upgrade" is enable, IE doesn't work properly for the checkbox.
But I can't disable because I use a module that required it....
Hi Andrea74,
That's the problem with using Modules that don't meet the standards :-)
There's a fix for ChronoForms in the Forums here and in this document
Bob
That's the problem with using Modules that don't meet the standards :-)
There's a fix for ChronoForms in the Forums here and in this document
Bob
This topic is locked and no more replies can be posted.