Check box value problem with IE7

andrea74 02 Dec, 2010
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
<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.
andrea74 02 Dec, 2010
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....
GreyHead 02 Dec, 2010
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
This topic is locked and no more replies can be posted.