Forums

Problem with Checkboxes values in Internet Explorer

wmuckell 06 May, 2011
I have two forms, one is sending through the checkboxes ok, the other is sending through empty values comma seperated. I will place the code for each and the email code below.

Form 1 (This one is working fine)
<div id="phase1">
<table width="100%" border="0">
    <tr>
      <td  colspan="4" valign="top"><h3>Find your perfect Cosmetic Surgery Clinic</h3>
      <p>Select the procedures you are interested in</p></td>
      <td colspan="2" align="right" valign="middle"> </td>
    </tr>
    <tr>
      <td  colspan="4" valign="top"><strong>Surgical procedures</strong></td>
      
      <td colspan="2" align="right" valign="top"><div align="right"><strong>Non Surgical Procedures</strong></div></td>
    </tr>
    <tr>
      <td width="19%" valign="top">Liposuction</td>
      <td width="4%" valign="top"><input type="checkbox" name="procedures[]" value="Fat Removal / Liposuction" id="Liposuction"></td>
      <td width="18%" valign="top">Eyelid Surgery</td>
      <td width="13%" valign="top"><input type="checkbox" name="procedures[]" value="Eye Bag Removal" id="EyeLidSurgery"></td>
      <td width="34%" align="right" valign="top">Hyaluronic Acid Treatment</td>
      <td width="12%" align="right" valign="top">
        <input type="checkbox" name="procedures[]" value="Hyaluronic Acid Treatment" id="Hyaluronic">
      </td>
    </tr>
    <tr>
      <td valign="top">Breast uplift</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value="Breast Uplift" id="Breastuplift"></td>
      <td valign="top">Tummy Tuck</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value="Tummy Tuck" id="Tummy Tuck"></td>
      <td width="34%" align="right" valign="top">Laser Hair Removal</td>
      <td width="12%" align="right" valign="top"><input type="checkbox" name="procedures[]" value="Laser Hair Removal" id="LaserHair"></td>
    </tr>
    <tr>
      <td valign="top">Breast Enlargement</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value="Breast Enlargement" id="BreastEnlargement"></td>
      <td valign="top">Ear Surgery</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value="Ear Reshaping" id="Ear Surgery"></td>
      <td width="34%" align="right" valign="top">Lip Enhancements</td>
      <td width="12%" align="right" valign="top"><input type="checkbox" name="procedures[]" value="Lip Enhancements" id="LipEnhancements"></td>
    </tr>
    <tr>
      <td valign="top">Breast Reduction</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value="Breast Reduction" id="BreastReduction"></td>
      <td valign="top">Face/Neck Lift</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value="Face  Lifts" id="FaceNeckLift"></td>
      <td width="34%" align="right" valign="top">Chemical Peels</td>
      <td width="12%" align="right" valign="top"><input type="checkbox" name="procedures[]" value="Chemical Peels" id="ChemicalPeels"></td>
    </tr>
    <tr>
      <td valign="top">Nose Surgery</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value"Nose Reshaping" id="Nosesurgery"></td>
      <td valign="top">Male Procedures</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value="Male Chest Reduction" id="MaleProcedures"></td>
      <td width="34%" align="right" valign="top">Leg Vein Treatments</td>
      <td width="12%" align="right" valign="top"><input type="checkbox" name="procedures[]" value="Leg Vein Treatments" id="LegVeinTreatments"></td>
    </tr>
    <tr>
      <td valign="top">Other (please specify)</td>
      <td colspan="3" valign="top"><input type="text" name="Other" id="Other"></td>
      <td align="right" valign="top">Other (please specify)</td>
      <td align="right" valign="top"><input type="text" name="nonsurgical" id="nonsurgical"></td>
    </tr>
    <tr>
      <td colspan="6" valign="top"><div align="center">
        <input name="Find the Perfect Clinic" type="button" onClick="showHidePhase1()" value="Find the Perfect Clinic">
      </div></td>
    </tr>
  </table>
<p> </p>
</div>


<div id="phase2">
  <h4>FINAL STEP - Tell us your details</h4>
  <table width="100%" border="0">
    <tr>
      <td width="56%" colspan="2" valign="top">
        <p><label for="name">First Name *</label>
          <input name="firstname" type="text" class="required" id="firstname" size="25" />
        </p>
        <p><label for="name">Surname *</label>
          <input name="lastname" type="text" class="required" id="lastname" size="25" />
        </p>
        <p><label for="Postcode">Postcode *</label>
          <input name="Postcode" type="text" class="required" id="Postcode" size="25" />
        </p>
        <p><label for="email">Email *</label>
          <input name="email" type="text" class="required email" id="email" size="25" />
        </p>
        <p><label for="telephone">Telephone *</label>
        <input name="telephone" type="text" class="required" id="telephone" size="25" />
        </p>      
        <p>	<label for="mobile">Mobile</label>
          <input name="mobile" type="text" class="required" id="mobile" size="25" />
        </p>
        <p>
          <label for="age">I'm over 18yrs *</label>
          <input name="age" type="checkbox" id="age" title="You must be over 18 years old for us to be able to match you up with any Cosmetic Surgery Clinics" value="Over18" />
        </p>
  </td>
      <td width="44%" rowspan="2" align="right" valign="top"><img src="images/stories/lipo/lipo1.png" width="300" height="200" alt="Liposuction  Procedures"></td>
    </tr>
    <tr>
      <td colspan="2" valign="bottom">* Required Fields</td>
    </tr>
    <tr>
      <td valign="top" colspan="3"><div align="center">
        <input name="Compare Prices Now3" type="submit" id="Compare Prices Now3" onClick="MM_validateForm('name','','R','Postcode','','R','email','','RisEmail','telephone','','R');return document.MM_returnValue"  value="Compare Prices Now">
      </div></td>
    </tr>
  </table>
  <p> </p>
</div>
<br class="clr" />


This is the email code for form 1
<span style="text-decoration: underline;"><strong>Cosmetic Surgery Enquiry from Compare Cosmetic Surgery UK</strong></span><br /><br /><strong>Customer Details</strong><br /><br />First Name: {firstname}<br />Last Name: {lastname}<br />DOB: {DOB}<br />Address: {address}<br />Postcode: {Postcode}<br />Email: {email}<br />Telephone: {telephone}<br />Mobile: {mobile}<br />Procedure: {procedures} {Other} {nonsurgical}<br /><br />


This is form 2 (which is not sending the procedures values through
<div id="phase1">
<table width="100%" border="0">
    <tr>
      <td  colspan="4" valign="top"><h3>Find your perfect Cosmetic Surgery Clinic</h3>
      <p>Select the procedures you are interested in</p></td>
      <td colspan="2" align="right" valign="middle"> </td>
    </tr>
    <tr>
      <td  colspan="4" valign="top"><strong>Surgical procedures</strong></td>
      
      <td colspan="2" align="right" valign="top"><div align="right"><strong>Non Surgical Procedures</strong></div></td>
    </tr>
    <tr>
      <td width="19%" valign="top">Liposuction</td>
      <td width="4%" valign="top"><input type="checkbox" name="procedures[]" value="Fat Removal / Liposuction" id="Liposuction"></td>
      <td width="18%" valign="top">Eyelid Surgery</td>
      <td width="13%" valign="top"><input type="checkbox" name="procedures[]" value="Eye Bag Removal" id="EyeLidSurgery"></td>
      <td width="34%" align="right" valign="top">Hyaluronic Acid Treatment</td>
      <td width="12%" align="right" valign="top">
        <input type="checkbox" name="procedures[]" value="Hyaluronic Acid Treatment" id="Hyaluronic">
      </td>
    </tr>
    <tr>
      <td valign="top">Breast uplift</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value="Breast Uplift" id="Breastuplift"></td>
      <td valign="top">Tummy Tuck</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value="Tummy Tuck" id="Tummy Tuck"></td>
      <td width="34%" align="right" valign="top">Laser Hair Removal</td>
      <td width="12%" align="right" valign="top"><input type="checkbox" name="procedures[]" value="Laser Hair Removal" id="LaserHair"></td>
    </tr>
    <tr>
      <td valign="top">Breast Enlargement</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value="Breast Enlargement" id="BreastEnlargement"></td>
      <td valign="top">Ear Surgery</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value="Ear Reshaping" id="Ear Surgery"></td>
      <td width="34%" align="right" valign="top">Lip Enhancements</td>
      <td width="12%" align="right" valign="top"><input type="checkbox" name="procedures[]" value="Lip Enhancements" id="LipEnhancements"></td>
    </tr>
    <tr>
      <td valign="top">Breast Reduction</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value="Breast Reduction" id="BreastReduction"></td>
      <td valign="top">Face/Neck Lift</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value="Face  Lifts" id="FaceNeckLift"></td>
      <td width="34%" align="right" valign="top">Chemical Peels</td>
      <td width="12%" align="right" valign="top"><input type="checkbox" name="procedures[]" value="Chemical Peels" id="ChemicalPeels"></td>
    </tr>
    <tr>
      <td valign="top">Nose Surgery</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value"Nose Reshaping" id="Nosesurgery"></td>
      <td valign="top">Male Procedures</td>
      <td valign="top"><input type="checkbox" name="procedures[]" value="Male Chest Reduction" id="MaleProcedures"></td>
      <td width="34%" align="right" valign="top">Leg Vein Treatments</td>
      <td width="12%" align="right" valign="top"><input type="checkbox" name="procedures[]" value="Leg Vein Treatments" id="LegVeinTreatments"></td>
    </tr>
    <tr>
      <td valign="top">Other (please specify)</td>
      <td colspan="3" valign="top"><input type="text" name="Other" id="Other"></td>
      <td align="right" valign="top">Other (please specify)</td>
      <td align="right" valign="top"><input type="text" name="nonsurgical" id="nonsurgical"></td>
    </tr>
    <tr>
      <td colspan="6" valign="top"><div align="center">
        <input name="Find the Perfect Clinic" type="button" onClick="showHidePhase1()" value="Find the Perfect Clinic">
      </div></td>
    </tr>
  </table>
<p> </p>
</div>


<div id="phase2">
  <h4>FINAL STEP - Tell us your details</h4>
  <table width="100%" border="0">
    <tr>
      <td width="28%" valign="top">
       
        <p>
          <label for="name">First Name *</label>
          <input name="firstname" type="text" class="required" id="firstname" size="15" />
        </p>
      </td>
      <td width="28%" valign="top"><label for="name2">Surname *</label>
      <input name="lastname" type="text" class="required" id="lastname" size="15" /></td>
      <td width="44%" rowspan="3" align="right" valign="top"><p><img src="images/stories/lipo/lipo1.png" width="300" height="200" alt="Liposuction  Procedures"></p>
      <p align="left">
        <input name="Compare Prices Now3" type="submit" id="Compare Prices Now3" onClick="MM_validateForm('firstname','','R','lastname','','R','postcode','','R','telephone','','R','address','','R');return document.MM_returnValue"  value="Find the Perfect Clinic">
      </p></td>
    </tr>
    <tr valign="top">
      <td colspan="2"><p>
        <label for="DOB4">D.O.B. *</label>
        <input name="DOB" type="text" class="required" id="DOB4" value="dd/mm/yyyy" size="15" />
      </p>
        <p>
          <label for="address">Address</label>
          <textarea name="address" class="required" id="address" cols="40" rows="1"></textarea>
        </p>
        <p>
          <label for="postcode">Postcode *</label>
          <input name="Postcode" type="text" class="required email" id="Postcode" size="15" />
        </p>
        <p>
          <label for="email4">Email *</label>
          <input name="email" type="text" class="required email" id="email4" size="25" />
      </p></td>
    </tr>
    <tr valign="top">
      <td>
        <label for="telephone">Telephone *</label>
          <input name="telephone" type="text" class="required" id="telephone" size="15" />
        
       </td>
      <td><label for="mobile3">Mobile</label>
      <input name="mobile" type="text" class="required" id="mobile3" size="15" /></td>
    </tr>
   
    <tr>
      <td colspan="3" align="left" valign="top">* Required Fields</td>
    </tr>
  </table>
  <p> </p>
</div>
<br class="clr" />


This is the email code
<p><span style="text-decoration: underline;"><strong>Cosmetic Surgery Enquiry from Compare Cosmetic Surgery UK</strong></span><br /><br /><strong>Customer Details</strong><br /><br />First Name: {firstname}<br />Last Name: {lastname}<br />DOB: {DOB}<br />Address: {address}<br />Postcode: {Postcode}<br />Email: {email}<br />Telephone: {telephone}<br />Mobile: {mobile}<br />Procedure: {procedures} {Other} {nonsurgical}</p>
GreyHead 06 May, 2011
Hi wmuckell,

I put these both into forms and they both work OK and return proper arrays for the Procedures (after I removed the onClick validation from the first form).

Is there any OnSubmit Processing?

Are both forms set for ChronoForms to handle arrays?

Bob
wmuckell 06 May, 2011
Bob,

There is just this in the onsubmit which is to set a date to put into the data tables


<?php
JRequest::setVar('date', date('Y-m-d'));
?>


And Handle Arrays is on.

I have tested this on a windows machine with IE9 in both compatibility modes and with debug turned on and it does not seem to want to pass the array.

Do you think it would be worth trying to recreate this as another form?
wmuckell 06 May, 2011
Figured out the problem, just not sure why it was doing it.

I had this JS script in which caused the problem in IE

function resetFields(whichform) { 
  for (var i=0; i<whichform.elements.length; i++) { 
    var element = whichform.elements[i]; 
    if (element.type == "submit") continue; 
    if (!element.defaultValue) continue; 
    element.onfocus = function() { 
      if (this.value == this.defaultValue) { 
      this.value = ""; 
      } 
    } 
    element.onblur = function() { 
      if (this.value == "") { 
      this.value = this.defaultValue; 
      } 
    } 
  } 
} 

window.onload = prepareForms;
function prepareForms() { 
  for (var i=0; i<document.forms.length; i++) { 
    var thisform = document.forms[i]; 
    resetFields(thisform); 
  }  
}
GreyHead 07 May, 2011
Hi wmuckell,

From a quick look I don't think that the Reset function will handle array values (checkbox arrays or multi-choice select boxes). Do you actually need it? It looks as though it does the same as a standard Reset button.

Bob
MichaelvC 16 May, 2012
Hello,

When I submit the following Contact Us form in IE the "Services you are interested in?" field is blank in the email I receive from the form. The email says Services you are interested in? and after that no matter how many checkboxes I check the field remains blank. The weird part is this works in Firefox. I need this figured out as soon as possible.

<div class="ccms_form_element cfdiv_text" id="_email_container_div"><label>*Email</label><input maxlength="150" size="30" class=" validate['required','email']" title="" label_over="0" hide_label="0" type="text" value="" name="Email" style="margin-left:100px;"/>
<div class="clear"></div><div id="error-message-Email"></div></div><div class="ccms_form_element cfdiv_text" id="company_name_container_div"><label>Company Name</label><input maxlength="150" size="30" class="" title="" label_over="0" hide_label="0" type="text" value="" name="Company_Name" style="margin-left:100px;" />
<div class="clear"></div><div id="error-message-Company_Name"></div></div><div class="ccms_form_element cfdiv_text" id="_first_name_container_div"><label>*First Name</label><input maxlength="150" size="30" class=" validate['required']" title="" label_over="0" hide_label="0" type="text" value="" name="First_Name" style="margin-left:100px;"/>
<div class="clear"></div><div id="error-message-First_Name"></div></div><div class="ccms_form_element cfdiv_text" id="_last_name_container_div"><label>*Last Name</label><input maxlength="150" size="30" class=" validate['required']" title="" label_over="0" hide_label="0" type="text" value="" name="Last_Name" style="margin-left:100px;"/>
<div class="clear"></div><div id="error-message-Last_Name"></div></div><div class="ccms_form_element cfdiv_text" id="title_container_div"><label>Title</label><input maxlength="150" size="30" class="" title="" label_over="0" hide_label="0" type="text" value="" name="Title" style="margin-left:100px;"/>
<div class="clear"></div><div id="error-message-Title"></div></div><div class="ccms_form_element cfdiv_text" id="_address_1_container_div"><label>*Address 1</label><input maxlength="150" size="30" class=" validate['required']" title="" label_over="0" hide_label="0" type="text" value="" name="Address_1" style="margin-left:100px;"/>
<div class="clear"></div><div id="error-message-Address_1"></div></div><div class="ccms_form_element cfdiv_text" id="address_2_container_div"><label>Address 2</label><input maxlength="150" size="30" class="" title="" label_over="0" hide_label="0" type="text" value="" name="Address_2" style="margin-left:100px;"/>
<div class="clear"></div><div id="error-message-Address_2"></div></div><div class="ccms_form_element cfdiv_text" id="_city_container_div"><label>*City</label><input maxlength="150" size="30" class=" validate['required']" title="" label_over="0" hide_label="0" type="text" value="" name="City" style="margin-left:100px;"/>
<div class="clear"></div><div id="error-message-City"></div></div><div class="ccms_form_element cfdiv_select" id="_state_container_div"><label>*State</label><select size="1" label_over="0" hide_label="0" class=" validate['required']" title="" type="select" name="State" style="margin-left:100px;">
<option value="">Select State</option>
<option value="Alabama">Alabama</option>
<option value="Alaska">Alaska</option>
<option value="Arkansas">Arkansas</option>
<option value="Arizona">Arizona</option>
<option value="California">California</option>
<option value="Colorado">Colorado</option>
<option value="Connecticut">Connecticut</option>
<option value="Delaware">Delaware</option>
<option value="D.C.">D.C.</option>
<option value="Florida">Florida</option>
<option value="Georgia">Georgia</option>
<option value="Idaho">Idaho</option>
<option value="Illinois">Illinois</option>
<option value="Indiana">Indiana</option>
<option value="Iowa">Iowa</option>
<option value="Kansas">Kansas</option>
<option value="Kentucky">Kentucky</option>
<option value="Louisiana">Louisiana</option>
<option value="Maine">Maine</option>
<option value="Maryland">Maryland</option>
<option value="Massachusetts">Massachusetts</option>
<option value="Michigan">Michigan</option>
<option value="Minnesota">Minnesota</option>
<option value="Mississippi">Mississippi</option>
<option value="Missouri">Missouri</option>
<option value="Montana">Montana</option>
<option value="Nebraska">Nebraska</option>
<option value="Nevada">Nevada</option>
<option value="New Hampshire">New Hampshire</option>
<option value="New Jersey">New Jersey</option>
<option value="New Mexico">New Mexico</option>
<option value="New York">New York</option>
<option value="North Carolina">North Carolina</option>
<option value="North Dakota">North Dakota</option>
<option value="Ohio">Ohio</option>
<option value="Oklahoma">Oklahoma</option>
<option value="Oregon">Oregon</option>
<option value="Pennsylvania">Pennsylvania</option>
<option value="Rhode Island">Rhode Island</option>
<option value="South Carolina">South Carolina</option>
<option value="South Dakota">South Dakota</option>
<option value="Tennessee">Tennessee</option>
<option value="Texas">Texas</option>
<option value="Utah">Utah</option>
<option value="Vermont">Vermont</option>
<option value="Virginia">Virginia</option>
<option value="Washington">Washington</option>
<option value="West Virginia">West Virginia</option>
<option value="Wisconsin">Wisconsin</option>
<option value="Wyoming">Wyoming</option>
</select>
<div class="clear"></div><div id="error-message-State"></div></div><div class="ccms_form_element cfdiv_text" id="_zip_postal_code_container_div"><label>*Zip/Postal Code</label><input maxlength="150" size="30" class=" validate['required']" title="" label_over="0" hide_label="0" type="text" value="" name="Zip_Postal_Code" style="margin-left:100px;"/>
<div class="clear"></div><div id="error-message-Zip_Postal_Code"></div></div><div class="ccms_form_element cfdiv_text" id="_phone_container_div"><label>*Phone</label><input maxlength="150" size="30" class=" validate['required']" title="" label_over="0" hide_label="0" type="text" value="" name="Phone" style="margin-left:100px;"/>
<div class="clear"></div><div id="error-message-Phone"></div></div><div class="ccms_form_element cfdiv_text" id="ext_container_div"><label>Ext</label><input maxlength="150" size="30" class="" title="" label_over="0" hide_label="0" type="text" value="" name="Ext" style="margin-left:100px;"/>
<div class="clear"></div><div id="error-message-Ext"></div></div><div class="ccms_form_element cfdiv_text" id="_website_url_container_div"><label>*Website URL</label><input maxlength="150" size="30" class=" validate['required']" title="" label_over="0" hide_label="0" type="text" value="" name="Website_URL" style="margin-left:100px;"/>
<div class="clear"></div><div id="error-message-Website_URL"></div></div><div class="ccms_form_element cfdiv_checkboxgroup" id="services_you_are_interested_in__container_div"><label style="width:250px;">Services you are interested in?</label><input type="hidden" name="Services_interested_in" value="" alt="ghost" />
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_managed_it_services" title="" value="Managed IT Services" class="">
<label for="services_interested_in_managed_it_services">Managed IT Services</label>
<div class="clear"></div>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_network_care" title="" value="Network Care" class="">
<label for="services_interested_in_network_care" style="margin-left:250px;">Network Care</label>
<div class="clear"></div>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_server_care" title="" value="Server Care" class="">
<label for="services_interested_in_server_care" style="margin-left:250px;">Server Care</label>
<div class="clear"></div>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_desktop_and_user_care" title="" value="Desktop and User Care" class="">
<label for="services_interested_in_desktop_and_user_care" style="margin-left:250px;">Desktop and User Care</label>
<div class="clear"></div>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_backup_disaster_recovery" title="" value="Backup & Disaster Recovery" class="">
<label for="services_interested_in_backup_disaster_recovery" style="margin-left:250px;">Backup & Disaster Recovery</label>
<div class="clear"></div>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_web_filtering_and_firewall" title="" value="Web Filtering and Firewall" class="">
<label for="services_interested_in_web_filtering_and_firewall" style="margin-left:250px;">Web Filtering and Firewall</label>
<div class="clear"></div>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_mobile_office" title="" value="Mobile Office" class="">
<label for="services_interested_in_mobile_office" style="margin-left:250px;">Mobile Office</label>
<div class="clear"></div>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_spam_protection" title="" value="Spam Protection" class="">
<label for="services_interested_in_spam_protection" style="margin-left:250px;">Spam Protection</label>
<div class="clear"></div>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_printer_management" title="" value="Printer Management" class="">
<label for="services_interested_in_printer_management" style="margin-left:250px;">Printer Management</label>
<div class="clear"></div>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_24_x_7_help_desk" title="" value="24 X 7 Help Desk" class="">
<label for="services_interested_in_24_x_7_help_desk" style="margin-left:250px;">24 X 7 Help Desk</label>
<div class="clear"></div>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_fax_server" title="" value="Fax Server" class="">
<label for="services_interested_in_fax_server" style="margin-left:250px;">Fax Server</label>
<div class="clear"></div>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_voip" title="" value="VOIP" class="">
<label for="services_interested_in_voip" style="margin-left:250px;">VOIP</label>
<div class="clear"></div>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_other" title="" value="Other" class="">
<label for="services_interested_in_other" style="margin-left:250px;">Other</label>
<div class="clear"></div>
<div class="clear"></div><div id="error-message-Services_interested_in"></div></div><div class="ccms_form_element cfdiv_select" id="number_of_pcs__container_div"><label>Number of PCs?</label><select size="1" label_over="0" hide_label="0" class="" title="" type="select" name="Number_PCs" style="margin-left:100px;">
<option value="1-10">1-10</option>
<option value="11-20">11-20</option>
<option value="21-50">21-50</option>
<option value="51+">51+</option>
</select>
<div class="clear"></div><div id="error-message-Number_PCs"></div></div><div class="ccms_form_element cfdiv_select" id="number_of_servers__container_div"><label>Number of Servers?</label><select size="1" label_over="0" hide_label="0" class="" title="" type="select" name="Number_Servers" style="margin-left:100px;">
<option value="1-3">1-3</option>
<option value="4-10">4-10</option>
<option value="11+">11+</option>
<option value="No Server">No Server</option>
</select>
<div class="clear"></div><div id="error-message-Number_Servers"></div></div><div class="ccms_form_element cfdiv_textarea" id="comments_container_div"><label>Comments</label><textarea cols="45" rows="12" class="" title="" label_over="0" hide_label="0" type="textarea" name="Comments" style="margin-left:100px;"></textarea>
<div class="clear"></div><div id="error-message-Comments"></div></div><div class="ccms_form_element cfdiv_custom" id="input_custom_18_container_div">{ReCaptcha}<div class="clear"></div><div id="error-message-input_custom_18"></div></div><div class="ccms_form_element cfdiv_submit" id="input_submit_19_container_div"><input name="input_submit_19" class="" value="Submit" type="submit" />
<div class="clear"></div><div id="error-message-input_submit_19"></div></div>


Thank you
GreyHead 17 May, 2012
Hi wmuckell,

I rebuilt your form and it seems to work OK in IE9 here.

The email looks like

Procedure: Fat Removal / Liposuction,Eye Bag Removal,Hyaluronic Acid Treatment,Breast Uplift,Tummy Tuck,Laser Hair Removal,Breast Enlargement,Ear Reshaping,Lip Enhancements,Breast Reduction,Face Lifts,Chemical Peels,on,Male Chest Reduction,Leg Vein Treatments



Bob
wmuckell 17 May, 2012
This has been solved now.
GreyHead 17 May, 2012
Hi MichaelVC,

Your from also seems OK in iE when I test

Body: Managed IT Services,Network Care,Server Care,Desktop and User Care,Backup & Disaster Recovery,Web Filtering and Firewall,Mobile Office,Spam Protection,Printer Management,24 X 7 Help Desk,Fax Server,VOIP,Other


Bob
MichaelvC 17 May, 2012
Thank you for your reply.

I just submitted the form using IE and I received the following results in my email:

*Email [email]test@test.com[/email]
Company Name te
*First Name thg
*Last Name dfd
Title dfsdf
*Address 1 fsdfs
Address 2 fsdfdsf
*City dsfsf
*State Nebraska
*Zip/Postal Code 13783
*Phone 555-555-5555
Ext gdgdg
*Website URL fsaddsadas.com
Services you are interested in?
Number of PCs? 1-10
Number of Servers? 1-3
Comments test

I checked off a few of the checkboxes for Services you are interested in? and the email is still not showing these values.

Thank you in advance for your help.
GreyHead 17 May, 2012
Hi MichaelvC,

Which version of IE is this?

Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.

Note: if you are using the Easy Wizard you may need to switch to the Advanced Wizard to do this; if you want to continue to use the Easy Wizard please make a copy of your form first and add the Debugger action to the copy.

Bob
MichaelvC 17 May, 2012
Here are the email results:

*Email 	fdsfdsfsdf@dfdsf.com
Company Name 	fdsfds
*First Name 	dsdasdds
*Last Name 	fsdfsd
Title 	sadsad
*Address 1 	fdsfdsfd
Address 2 	sadasfds
*City 	fdsadsad
*State 	Michigan
*Zip/Postal Code 	sadasd
*Phone 	fdsadsa
Ext 	dd
*Website URL 	asdsadasd
Services you are interested in? 	{Services_interested_in}
Number of PCs? 	10-25
Number of Servers? 	1-3
Comments 	fsdfdsf 


Here is the form:

<div class="ccms_form_element cfdiv_text" id="autoID-d6382d76829bac4493ab7529735c3b75_container_div"><label>*Email</label><input maxlength="150" size="30" class=" validate['required','email']" title="" type="text" value="" name="Email" />
<div class="clear"></div><div id="error-message-Email"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-ba49f53df74ccf9510e33bd764ee605f_container_div"><label>Company Name</label><input maxlength="150" size="30" class="" title="" type="text" value="" name="Company_Name" />
<div class="clear"></div><div id="error-message-Company_Name"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-f176476b58524792206471155252d39b_container_div"><label>*First Name</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="First_Name" />
<div class="clear"></div><div id="error-message-First_Name"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-27b634ccb1e0ac66b7270c2a21541e64_container_div"><label>*Last Name</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="Last_Name" />
<div class="clear"></div><div id="error-message-Last_Name"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-1874106bede8930be04f1308a363bf94_container_div"><label>Title</label><input maxlength="150" size="30" class="" title="" type="text" value="" name="Title" />
<div class="clear"></div><div id="error-message-Title"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-93f98980c5a6751243b20bad49095478_container_div"><label>*Address 1</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="Address_1" />
<div class="clear"></div><div id="error-message-Address_1"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-f6b9ed205807ad7ee7eaf7c974dd4b83_container_div"><label>Address 2</label><input maxlength="150" size="30" class="" title="" type="text" value="" name="Address_2" />
<div class="clear"></div><div id="error-message-Address_2"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-40b1342243f04742685e9a918c5e2203_container_div"><label>*City</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="City" />
<div class="clear"></div><div id="error-message-City"></div></div><div class="ccms_form_element cfdiv_select" id="autoID-b500b2e431fa81c486baa45a6b372253_container_div"><label>*State</label><select size="1" class=" validate['required']" title="" name="State">
<option value="">Select State</option>
<option value="Alabama">Alabama</option>
<option value="Alaska">Alaska</option>
<option value="Arkansas">Arkansas</option>
<option value="Arizona">Arizona</option>
<option value="California">California</option>
<option value="Colorado">Colorado</option>
<option value="Connecticut">Connecticut</option>
<option value="Delaware">Delaware</option>
<option value="D.C.">D.C.</option>
<option value="Florida">Florida</option>
<option value="Georgia">Georgia</option>
<option value="Idaho">Idaho</option>
<option value="Illinois">Illinois</option>
<option value="Indiana">Indiana</option>
<option value="Iowa">Iowa</option>
<option value="Kansas">Kansas</option>
<option value="Kentucky">Kentucky</option>
<option value="Louisiana">Louisiana</option>
<option value="Maine">Maine</option>
<option value="Maryland">Maryland</option>
<option value="Massachusetts">Massachusetts</option>
<option value="Michigan">Michigan</option>
<option value="Minnesota">Minnesota</option>
<option value="Mississippi">Mississippi</option>
<option value="Missouri">Missouri</option>
<option value="Montana">Montana</option>
<option value="Nebraska">Nebraska</option>
<option value="Nevada">Nevada</option>
<option value="New Hampshire">New Hampshire</option>
<option value="New Jersey">New Jersey</option>
<option value="New Mexico">New Mexico</option>
<option value="New York">New York</option>
<option value="North Carolina">North Carolina</option>
<option value="North Dakota">North Dakota</option>
<option value="Ohio">Ohio</option>
<option value="Oklahoma">Oklahoma</option>
<option value="Oregon">Oregon</option>
<option value="Pennsylvania">Pennsylvania</option>
<option value="Rhode Island">Rhode Island</option>
<option value="South Carolina">South Carolina</option>
<option value="South Dakota">South Dakota</option>
<option value="Tennessee">Tennessee</option>
<option value="Texas">Texas</option>
<option value="Utah">Utah</option>
<option value="Vermont">Vermont</option>
<option value="Virginia">Virginia</option>
<option value="Washington">Washington</option>
<option value="West Virginia">West Virginia</option>
<option value="Wisconsin">Wisconsin</option>
<option value="Wyoming">Wyoming</option>
</select>
<div class="clear"></div><div id="error-message-State"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-3abdff337093bc373d18f44da46d393f_container_div"><label>*Zip/Postal Code</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="Zip_Postal_Code" />
<div class="clear"></div><div id="error-message-Zip_Postal_Code"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-af8ac18e87ab0d8fe8be801c359ce0ad_container_div"><label>*Phone</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="Phone" />
<div class="clear"></div><div id="error-message-Phone"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-fa647f5722fa05bd408db74908469e69_container_div"><label>Ext</label><input maxlength="150" size="30" class="" title="" type="text" value="" name="Ext" />
<div class="clear"></div><div id="error-message-Ext"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-f42043b1643b91c406365fb5d89d32c2_container_div"><label>*Website URL</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="Website_URL" />
<div class="clear"></div><div id="error-message-Website_URL"></div></div><div class="ccms_form_element cfdiv_checkboxgroup" id="autoID-28abaf52f527fa5d43660c3ad539169f_container_div"><label>Services you are interested in?</label><div style="float:left; clear:none;"><input type="checkbox" name="Services_interested_in[]" id="services_interested_in_0" title="" value="Managed IT Services" class="" />
<label for="services_interested_in_0">Managed IT Services</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_1" title="" value="Network Care" class="" />
<label for="services_interested_in_1">Network Care</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_2" title="" value="Server Care" class="" />
<label for="services_interested_in_2">Server Care</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_3" title="" value="Desktop and User Care" class="" />
<label for="services_interested_in_3">Desktop and User Care</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_4" title="" value="Backup & Disaster Recovery" class="" />
<label for="services_interested_in_4">Backup & Disaster Recovery</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_5" title="" value="Web Filtering and Firewall" class="" />
<label for="services_interested_in_5">Web Filtering and Firewall</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_6" title="" value="Spam Protection" class="" />
<label for="services_interested_in_6">Spam Protection</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_7" title="" value="Printer Management" class="" />
<label for="services_interested_in_7">Printer Management</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_8" title="" value="24 X 7 Help Desk" class="" />
<label for="services_interested_in_8">24 X 7 Help Desk</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_9" title="" value="Fax Server" class="" />
<label for="services_interested_in_9">Fax Server</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_10" title="" value="VOIP" class="" />
<label for="services_interested_in_10">VOIP</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_11" title="" value="Other" class="" />
<label for="services_interested_in_11">Other</label>
</div><div class="clear"></div><div id="error-message-Services_interested_in"></div></div><div class="ccms_form_element cfdiv_select" id="autoID-fdbf1e2013e85cf2edf3ad16787278f6_container_div"><label>Number of PCs?</label><select size="1" class="" title="" name="Number_PCs">
<option value="10-25">10-25</option>
<option value="26-50">26-50</option>
<option value="51-125">51-125</option>
<option value="126+">126+</option>
</select>
<div class="clear"></div><div id="error-message-Number_PCs"></div></div><div class="ccms_form_element cfdiv_select" id="autoID-1b4e762a43e4b62fdb061ae90985c75d_container_div"><label>Number of Servers?</label><select size="1" class="" title="" name="Number_Servers">
<option value="1-3">1-3</option>
<option value="4-10">4-10</option>
<option value="11+">11+</option>
<option value="No Server">No Server</option>
</select>
<div class="clear"></div><div id="error-message-Number_Servers"></div></div><div class="ccms_form_element cfdiv_textarea" id="autoID-15cdaa4126d3ad5f2c3e13da12038ad2_container_div"><label>Comments</label><textarea cols="45" rows="12" class="" title="" name="Comments"></textarea>
<div class="clear"></div><div id="error-message-Comments"></div></div><div class="ccms_form_element cfdiv_custom" id="input_id_20_container_div">{ReCaptcha}<div class="clear"></div><div id="error-message-input_custom_20"></div></div><div class="ccms_form_element cfdiv_submit" id="autoID-3db5890d2eeda63e082a0275750cabe4_container_div"><input name="input_submit_19" class="" value="Submit" type="submit" />
<div class="clear"></div><div id="error-message-input_submit_19"></div></div>


Here is the debugger information:

Data Array: 
Array
(
    [chronoform] => Contact_Us
    [event] => submit
    [format] => html
    [Itemid] => 177
    [option] => com_content
    [view] => article
    [id] => 90
    [Email] => fdsfdsfsdf@dfdsf.com
    [Company_Name] => fdsfds
    [First_Name] => dsdasdds
    [Last_Name] => fsdfsd
    [Title] => sadsad
    [Address_1] => fdsfdsfd
    [Address_2] => sadasfds
    [City] => fdsadsad
    [State] => Michigan
    [Zip_Postal_Code] => sadasd
    [Phone] => fdsadsa
    [Ext] => dd
    [Website_URL] => asdsadasd
    [Number_PCs] => 10-25
    [Number_Servers] => 1-3
    [Comments] => fsdfdsf
    [recaptcha_challenge_field] => 03AHJ_VusmcF5u4A6ttdJ4Zd37J1Vl9T6gv62htvjgOpC2_bFiSONKWvvJ3h6MQIRNw74hZgODon3lrYVJ_QZjKB4A35Cd197uxY2UJn4R0JSO4NNCRRd_G4G0_cOK89uIn-qReddhXRg7zxPX7aWi1NGVuS3RuTSTTg
    [recaptcha_response_field] => andMide23
    [input_submit_19] => Submit
    [5b7ec9f200054b7f6a1afe2b0850c0bd] => 1
)
 Validation Errors: 
Array
(
)


Thank you again for your help. I am stumped with this.
GreyHead 18 May, 2012
Hi MichaelvC,

Are you using s RocketTheme template? If so please turn off Input formatting in the Advanced options section.

Bob
MichaelvC 18 May, 2012
I have turned off input styling aka formatting and when I submit the form in IE I receive the following error:

1.The reCAPTCHA wasn't entered correctly. Please try it again.

I have entered the reCAPTCHA correctly and it still gives me this error.

Thank you
MichaelvC 18 May, 2012
I modified the form so now it works in IE. However, now the form does not submit a email when I browse it in Firefox and Chrome.

<div class="ccms_form_element cfdiv_text" id="autoID-43aeb26b08231afa6b07af5c08b57e72_container_div"><label>*Email</label><input maxlength="150" size="30" class=" validate['required','email']" title="" type="text" value="" name="Email" />
<div class="clear"></div><div id="error-message-Email"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-c9613ac272084412e19e37dc019d35e8_container_div"><label>Company Name</label><input maxlength="150" size="30" class="" title="" type="text" value="" name="Company_Name" />
<div class="clear"></div><div id="error-message-Company_Name"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-44aa4e76d74d78edc47b4baafc54efc3_container_div"><label>*First Name</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="First_Name" />
<div class="clear"></div><div id="error-message-First_Name"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-12157e76bf29db2cb946d8f6185001c2_container_div"><label>*Last Name</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="Last_Name" />
<div class="clear"></div><div id="error-message-Last_Name"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-d2f2f57da526ce1a7f631393e68666ce_container_div"><label>Title</label><input maxlength="150" size="30" class="" title="" type="text" value="" name="Title" />
<div class="clear"></div><div id="error-message-Title"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-928f319dee7fe33ee2a1f70713f76483_container_div"><label>*Address 1</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="Address_1" />
<div class="clear"></div><div id="error-message-Address_1"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-c32ce9ae6916c107a9cc0e1daf17792c_container_div"><label>Address 2</label><input maxlength="150" size="30" class="" title="" type="text" value="" name="Address_2" />
<div class="clear"></div><div id="error-message-Address_2"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-b9701b00170f856e298bace4fe005fad_container_div"><label>*City</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="City" />
<div class="clear"></div><div id="error-message-City"></div></div><div class="ccms_form_element cfdiv_select" id="autoID-3e6ae3b73ee78c03c5fa72d936416522_container_div"><label>*State</label><select size="1" class=" validate['required']" title="" name="State">
<option value="">Select State</option>
<option value="Alabama">Alabama</option>
<option value="Alaska">Alaska</option>
<option value="Arkansas">Arkansas</option>
<option value="Arizona">Arizona</option>
<option value="California">California</option>
<option value="Colorado">Colorado</option>
<option value="Connecticut">Connecticut</option>
<option value="Delaware">Delaware</option>
<option value="D.C.">D.C.</option>
<option value="Florida">Florida</option>
<option value="Georgia">Georgia</option>
<option value="Idaho">Idaho</option>
<option value="Illinois">Illinois</option>
<option value="Indiana">Indiana</option>
<option value="Iowa">Iowa</option>
<option value="Kansas">Kansas</option>
<option value="Kentucky">Kentucky</option>
<option value="Louisiana">Louisiana</option>
<option value="Maine">Maine</option>
<option value="Maryland">Maryland</option>
<option value="Massachusetts">Massachusetts</option>
<option value="Michigan">Michigan</option>
<option value="Minnesota">Minnesota</option>
<option value="Mississippi">Mississippi</option>
<option value="Missouri">Missouri</option>
<option value="Montana">Montana</option>
<option value="Nebraska">Nebraska</option>
<option value="Nevada">Nevada</option>
<option value="New Hampshire">New Hampshire</option>
<option value="New Jersey">New Jersey</option>
<option value="New Mexico">New Mexico</option>
<option value="New York">New York</option>
<option value="North Carolina">North Carolina</option>
<option value="North Dakota">North Dakota</option>
<option value="Ohio">Ohio</option>
<option value="Oklahoma">Oklahoma</option>
<option value="Oregon">Oregon</option>
<option value="Pennsylvania">Pennsylvania</option>
<option value="Rhode Island">Rhode Island</option>
<option value="South Carolina">South Carolina</option>
<option value="South Dakota">South Dakota</option>
<option value="Tennessee">Tennessee</option>
<option value="Texas">Texas</option>
<option value="Utah">Utah</option>
<option value="Vermont">Vermont</option>
<option value="Virginia">Virginia</option>
<option value="Washington">Washington</option>
<option value="West Virginia">West Virginia</option>
<option value="Wisconsin">Wisconsin</option>
<option value="Wyoming">Wyoming</option>
</select>
<div class="clear"></div><div id="error-message-State"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-0ed7d11d83bd13583cfc2d9db9d43253_container_div"><label>*Zip/Postal Code</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="Zip_Postal_Code" />
<div class="clear"></div><div id="error-message-Zip_Postal_Code"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-129c89323ed00f3bfa38bce8c769cc1b_container_div"><label>*Phone</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="Phone" />
<div class="clear"></div><div id="error-message-Phone"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-d23cf228431df8f6099b5c6c71cfd4c1_container_div"><label>Ext</label><input maxlength="150" size="30" class="" title="" type="text" value="" name="Ext" />
<div class="clear"></div><div id="error-message-Ext"></div></div><div class="ccms_form_element cfdiv_text" id="autoID-fe82e7d9612e30f92d10019d2ca38cee_container_div"><label>*Website URL</label><input maxlength="150" size="30" class=" validate['required']" title="" type="text" value="" name="Website_URL" />
<div class="clear"></div><div id="error-message-Website_URL"></div></div><div class="ccms_form_element cfdiv_checkboxgroup" id="autoID-7cc7518634534d839851c22d143833f4_container_div"><label>Services you are interested in?</label><div style="float:left; clear:none;"><input type="checkbox" name="Services_interested_in[]" id="services_interested_in_0" title="" value="Managed IT Services" />
<label for="services_interested_in_0">Managed IT Services</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_1" title="" value="Network Care" />
<label for="services_interested_in_1">Network Care</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_2" title="" value="Server Care" />
<label for="services_interested_in_2">Server Care</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_3" title="" value="Desktop and User Care" />
<label for="services_interested_in_3">Desktop and User Care</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_4" title="" value="Backup & Disaster Recovery" />
<label for="services_interested_in_4">Backup & Disaster Recovery</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_5" title="" value="Web Filtering and Firewall" />
<label for="services_interested_in_5">Web Filtering and Firewall</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_6" title="" value="Spam Protection" />
<label for="services_interested_in_6">Spam Protection</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_7" title="" value="Printer Management" />
<label for="services_interested_in_7">Printer Management</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_8" title="" value="24 X 7 Help Desk" />
<label for="services_interested_in_8">24 X 7 Help Desk</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_9" title="" value="Fax Server" />
<label for="services_interested_in_9">Fax Server</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_10" title="" value="VOIP" />
<label for="services_interested_in_10">VOIP</label>
<input type="checkbox" name="Services_interested_in[]" id="services_interested_in_11" title="" value="Other" />
<label for="services_interested_in_11">Other</label>
</div><div class="clear"></div><div id="error-message-Services_interested_in"></div></div><div class="ccms_form_element cfdiv_select" id="autoID-9991ec18b8fb1a5dd2f1b381e075b1e4_container_div"><label>Number of PCs?</label><select size="1" class="" title="" name="Number_PCs">
<option value="10-25">10-25</option>
<option value="26-50">26-50</option>
<option value="51-125">51-125</option>
<option value="126+">126+</option>
</select>
<div class="clear"></div><div id="error-message-Number_PCs"></div></div><div class="ccms_form_element cfdiv_select" id="autoID-daf9011f64ca0373349659488626b88f_container_div"><label>Number of Servers?</label><select size="1" class="" title="" name="Number_Servers">
<option value="1-3">1-3</option>
<option value="4-10">4-10</option>
<option value="11+">11+</option>
<option value="No Server">No Server</option>
</select>
<div class="clear"></div><div id="error-message-Number_Servers"></div></div><div class="ccms_form_element cfdiv_textarea" id="autoID-18f1c370db207879aa6244373ec08f90_container_div"><label>Comments</label><textarea cols="45" rows="12" class="" title="" name="Comments"></textarea>
<div class="clear"></div><div id="error-message-Comments"></div></div><div class="ccms_form_element cfdiv_custom" id="input_id_20_container_div">{ReCaptcha}<div class="clear"></div><div id="error-message-input_custom_20"></div></div><div class="ccms_form_element cfdiv_submit" id="autoID-079c8c0cd2f939a7ab6d2df8f5583cd3_container_div"><input name="input_submit_19" class="" value="Submit" type="submit" />
<div class="clear"></div><div id="error-message-input_submit_19"></div></div>
GreyHead 19 May, 2012
Hi MichaelvC,

The browser will not usually affect whether an email is sent or not. Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.

Note: if you are using the Easy Wizard you may need to switch to the Advanced Wizard to do this; if you want to continue to use the Easy Wizard please make a copy of your form first and add the Debugger action to the copy.

Bob
This topic is locked and no more replies can be posted.