Forums

Chronoforms Version 3.0 - upload file not working

libdesign 27 Jan, 2012
I realize this is an older version of Chronoforms but we've tried to use the upload file function and the files are not being attached to the emails. Enable uploads is enabled. The field names and allowed extension and sizes code is as follows: "resume:jpg|doc|pdf|docx{222222-1}". My form is generated with custom html (not the wizard).

<table width="600" border="0" cellpadding="3" cellspacing="2" style="padding-left:18px">
<tr>
  <td colspan="2" class="bodycopy"><strong>Career Profile</strong> </td>
</tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Last Name:</td>
    <td width="500"><input name="lname" type="text" id="lname" tabindex="1" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">First Name:</td>
    <td width="500"><input name="fname" type="text" id="fname" tabindex="2" style="width:250px;" /></td>
	</tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Middle Initial:</td>
    <td width="500"><input name="minit" type="text" id="minit" tabindex="3" style="width:250px;" /></td>
  </tr>
   <tr>
    <td align="right" width="240" class="bodycopy">Street Address:</td>
    <td width="500"><input name="street" type="text" id="street" tabindex="5" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Apartment/Unit #:</td>
    <td width="500"><input name="apartment" type="text" id="apartment" tabindex="6" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">City:</td>
    <td width="500"><input name="city" type="text" id="city" tabindex="7" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">State:</td>
    <td width="500">
	      <select id="state" name="state" tabindex="8" class="selectcopy">
        <option value="0" selected="selected">(please select a state)</option>
        <option value="AL">Alabama</option>
        <option value="AK">Alaska</option>      
        <option value="AZ">Arizona</option>
        <option value="AR">Arkansas</option>
        <option value="CA">California</option>
        <option value="CO">Colorado</option>
        <option value="CT">Connecticut</option>
        <option value="DE">Delaware</option>
        <option value="FL">Florida</option>
        <option value="GA">Georgia</option>
        <option value="HI">Hawaii</option>
        <option value="ID">Idaho</option>
        <option value="IL">Illinois</option>
        <option value="IN">Indiana</option>
        <option value="IA">Iowa</option>
        <option value="KS">Kansas</option>
        <option value="KY">Kentucky</option>
        <option value="LA">Louisiana</option>
        <option value="ME">Maine</option>
        <option value="MD">Maryland</option>
        <option value="MA">Massachusetts</option>
        <option value="MI">Michigan</option>
        <option value="MN">Minnesota</option>
        <option value="MS">Mississippi</option>
        <option value="MO">Missouri</option>
        <option value="MT">Montana</option>
        <option value="NE">Nebraska</option>
        <option value="NV">Nevada</option>
        <option value="NH">New Hampshire</option>
        <option value="NJ">New Jersey</option>
        <option value="NM">New Mexico</option>
        <option value="NY">New York</option>
        <option value="NC">North Carolina</option>
        <option value="ND">North Dakota</option>
        <option value="OH">Ohio</option>
        <option value="OK">Oklahoma</option>
        <option value="OR">Oregon</option>
        <option value="PA">Pennsylvania</option>
        <option value="RI">Rhode Island</option>
        <option value="SC">South Carolina</option>
        <option value="SD">South Dakota</option>
        <option value="TN">Tennessee</option>
        <option value="TX">Texas</option>
        <option value="UT">Utah</option>
        <option value="VT">Vermont</option>
        <option value="VA">Virginia</option>
        <option value="WA">Washington</option>
        <option value="WV">West Virginia</option>
        <option value="WI">Wisconsin</option>
        <option value="WY">Wyoming</option>

      </select>
	</td>
	</tr>
	<tr>
    <td align="right" width="240" class="bodycopy">Zip:</td>
    <td width="500"><input name="zip" type="text" id="zip" tabindex="9" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Phone (cell number):</td>
    <td width="500"><input name="cellnumber" type="text" id="cellnumber" tabindex="10" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Email:</td>
    <td width="500"><input name="emailaddress" type="text" id="emailaddress" tabindex="11" style="width:250px;" />	    </td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Best Time to Call:</td>
    <td width="500"><input name="call" type="text" id="call" tabindex="12" style="width:250px;" />	    </td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Date Available to<br />Start Working (mm/dd/yyyy):</td>
    <td width="500"><input name="available" type="text" id="available" tabindex="13" style="width:250px;" />	    
	</td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Current Salary $:</td>
    <td width="500"><input name="salary" type="text" id="salary" tabindex="14" style="width:250px;" />	    </td>
  </tr>
<tr>
  	  <td align="right" width="240" class="bodycopy">Desired Position:</td> 
	  <td width="500" class="bodycopy">
	  <input name="position" type="radio" value="Staff_Therapist" id="position" tabindex="15"  onclick="return showtr();"/>Staff Therapist
	  <input name="position" type="radio" value="Therapy_Tech" id="position" tabindex="16" onclick="return showtr();" />Therapy Tech
	  <input name="position" type="radio" value="Office_Staff" id="position" tabindex="17" onclick="return dontshowtr();"/>Office Staff
<input name="position" type="radio" value="Other" id="position" tabindex="17" onclick="return dontshowtr();"/>Other
</td>
  </tr>

  <tr>
  	  <td align="right" width="240" class="bodycopy">Desired Status:</td> 
	  <td width="500" class="bodycopy">
	  <input name="region" type="radio" value="full_time" id="region" tabindex="15"  />Full-Time
	  <input name="region" type="radio" value="part_time" id="region" tabindex="16" />Part-Time
	  <input name="region" type="radio" value="PRN" id="region" tabindex="17" />PRN</td>
  </tr>
  <tr>
  	<td align="right" width="240" class="bodycopy">Availability:</td>
	<td width="500" class="bodycopy"><input type="checkbox" name="selectorbox" value="SelectAll" onclick="makeCheck(this.form, this.form.selectorbox.checked);" tabindex="18" >All</input>
	<input type="checkbox" name="itemNames[]" value="Mom" tabindex="19" />Mon 
	<input type="checkbox" name="itemNames[]" value="Tues" tabindex="20" />Tues 
	<input type="checkbox" name="itemNames[]" value="Wed" tabindex="21" />Wed  
	<input type="checkbox" name="itemNames[]" value="Thurs" tabindex="22" />Thurs  
	<input type="checkbox" name="itemNames[]" value="Fri" tabindex="23" />Fri  
	<input type="checkbox" name="itemNames[]" value="Sat" tabindex="24" />Sat  
	<input type="checkbox" name="itemNames[]" value="Sun" tabindex="25" />Sun</td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy"><strong>Note:</strong> - If PRN, include how many hours available each week here:</td>
    <td width="500"><input name="hours" type="text" id="hours" tabindex="26" style="width:250px;" />	    
	</td>
  </tr>
  <tr>
     <td colspan="2"><hr / width="470"></td>
  </tr>
<tr><td colspan="2" class="bodycopy">
<table width="100%" align="center" id="disptr" style="display:none;">
 <tr>
    <td align="right" width="240" class="bodycopy">Discipline:</td>
    <td width="500"><select name="discipline" class="selectcopy" tabindex="27">
      <option value="0" selected="selected">Please Select One</option>
      <option value="PT">PT</option>
      <option value="PTA" >PTA</option>
      <option value="PT_Aide" >PT Aide</option>
      <option value="PT_Tech" >PT Tech</option>
      <option value="OTR" >OTR</option>
      <option value="OTA" >OTA</option>
      <option value="COTA" >COTA</option>
      <option value="SLP-CCC" >SLP-CCC</option>
      <option value="SLP-CFY" >SLP-CFY</option>
    </select></td>
  </tr>
</table>
</td>
</tr>

<tr><td colspan="2" class="bodycopy">
<table width="100%" align="center" id="lictr" style="display:none;">
  <tr>
  	  <td align="right" width="240" class="bodycopy">Do you have a current IL License?</td> 
	  <td width="500" class="bodycopy">
	  <input name="license" type="radio" value="yes" id="license" tabindex="28" />Yes
	  <input name="license" type="radio" value="no" id="license" tabindex="29" />No</td>
  </tr>
</table>
</td>
</tr>

<tr><td colspan="2" class="bodycopy">
<table width="100%" align="center" id="apptr" style="display:none;">
  <tr>
  	  <td align="right" width="240" class="bodycopy">If not, are you eligible to apply?</td> 
	  <td width="500" class="bodycopy">
	  <input name="eligible" type="radio" value="yes" id="eligible" tabindex="30" />Yes
	  <input name="eligible" type="radio" value="no" id="eligible" tabindex="31" />No</td>
  </tr>
</table>
</td>
</tr>

  <tr>
  	  <td align="right" width="240" class="bodycopy">Are you a citizen of the United States?</td> 
	  <td width="500" class="bodycopy">
	  <input name="citizen" type="radio" value="yes" id="citizen" tabindex="32" />Yes
	  <input name="citizen" type="radio" value="no" id="citizen" tabindex="33" />No</td>
  </tr>
  <tr>
  	  <td align="right" width="240" class="bodycopy">If not, are you authorized to work in the U. S.?:</td> 
	  <td width="500" class="bodycopy">
	  <input name="authorized" type="radio" value="yes" id="authorized" tabindex="34" />Yes
	  <input name="authorized" type="radio" value="no" id="authorized" tabindex="35" />No</td>
  </tr>
  <tr>
  	  <td align="right" width="240" class="bodycopy">Have you ever worked for this company?</td> 
	  <td width="500" class="bodycopy">
	  <input name="worked_here" type="radio" value="yes" id="worked_here" tabindex="36" />Yes
	  <input name="worked_here" type="radio" value="no" id="worked_here" tabindex="37" />No</td>
  </tr>
  <tr>
  	  <td align="right" width="240" class="bodycopy">If yes, when?:</td> 
	  <td width="500"><input name="when_here" type="text" id="when_here" tabindex="38" style="width:250px;" />	    </td>
  </tr>
  <tr>
  	  <td align="right" width="240" class="bodycopy">Have you ever been convicted of a felony?</td> 
	  <td width="500" class="bodycopy">
	  <input name="felony" type="radio" value="yes" id="felony" tabindex="39" />Yes
	  <input name="felony" type="radio" value="no" id="felony" tabindex="40" />No</td>
  </tr>
  <tr>
  	  <td align="right" width="240" class="bodycopy">If yes, explain?:</td> 
	  <td width="500"><input name="when_here" type="text" id="when_here" tabindex="41" style="width:250px;" />	    </td>
  </tr>
  <tr>  
     <td colspan="2"><hr / width="470"></td>
  </tr>
  <tr>
  <td colspan="2" class="bodycopy"><em>You may leave the “Education” and/or “Previous Employment” section(s) blank if that information<br />appears on the resume you upload with this application.</em></td>
</tr>
  <tr>
  <td colspan="2" class="bodycopy"><strong>Education</strong> </td>
</tr>
  <tr>
    <td align="right" width="240" class="bodycopy"><strong>College</strong>:</td>
    <td width="500"><input name="college" type="text" id="college" tabindex="42" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">College Address:</td>
    <td width="500"><input name="college_address" type="text" id="college_address" tabindex="43" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">From (mm/yyyy):</td>
    <td width="500"><input name="college_from" type="text" id="college_from" tabindex="44" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">To (mm/yyyy):</td>
    <td width="500"><input name="college_to" type="text" id="college_to" tabindex="45" style="width:250px;" /></td>
  </tr>
  <tr>
  	  <td align="right" width="240" class="bodycopy">Did you graduate?</td> 
	  <td width="500" class="bodycopy">
	  <input name="college_grad" type="radio" value="yes" id="college_grad" tabindex="46" />Yes
	  <input name="college_grad" type="radio" value="no" id="college_grad" tabindex="47" />No</td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Degree:</td>
    <td width="500"><input name="college_degree" type="text" id="college_degree" tabindex="48" style="width:250px;" /></td>
  </tr>
  <tr>
  <td colspan="2"> </td>
</tr>
  <tr>
    <td align="right" width="240" class="bodycopy"><strong>Other</strong>:</td>
    <td width="500"><input name="other_education" type="text" id="other_education" tabindex="49" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Other Address:</td>
    <td width="500"><input name="other_ed_address" type="text" id="other_ed_address" tabindex="50" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">From (mm/yyyy):</td>
    <td width="500"><input name="other_ed_from" type="text" id="other_ed_from" tabindex="51" style="width:250px;" />  </td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">To (mm/yyyy):</td>
    <td width="500"><input name="other_ed_to" type="text" id="other_ed_to" tabindex="52" style="width:250px;" /></td>
  </tr>
  <tr>
  	  <td align="right" width="240" class="bodycopy">Did you graduate?</td> 
	  <td width="500" class="bodycopy">
	  <input name="other_ed_grad" type="radio" value="yes" id="other_ed_grad" tabindex="53" />Yes
	  <input name="other_ed_grad" type="radio" value="no" id="other_ed_grad" tabindex="54" />No</td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Degree:</td>
    <td width="500"><input name="other_ed_degree" type="text" id="other_ed_degree" tabindex="55" style="width:250px;" /></td>
  </tr>
  <tr>
  	<td colspan="2"><hr / width="470"></td>
  </tr>
  <tr>
  	<td colspan="2" class="bodycopy"><strong>References - </strong><em>please list two professional references</em></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Full Name:</td>
    <td width="500"><input name="reference1" type="text" id="reference1" tabindex="56" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Relationship Type and Length:</td>
    <td width="500"><input name="reference1_relationship" type="text" id="reference1_relationship" tabindex="57" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Company:</td>
    <td width="500"><input name="reference1_company" type="text" id="reference1_company" tabindex="58" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Phone:</td>
    <td width="500"><input name="reference1_phone" type="text" id="reference1_phone" tabindex="59" style="width:250px;" /></td>
  </tr>
  <tr>
  <td colspan="2"> </td>
</tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Full Name:</td>
    <td width="500"><input name="reference2" type="text" id="reference2" tabindex="60" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Relationship Type and Length:</td>
    <td width="500"><input name="reference2_relationship" type="text" id="reference2_relationship" tabindex="61" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Company:</td>
    <td width="500"><input name="reference2_company" type="text" id="reference2_company" tabindex="62" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Phone:</td>
    <td width="500"><input name="reference2_phone" type="text" id="reference2_phone" tabindex="63" style="width:250px;" /></td>
  </tr>
  <tr>  
    <td colspan="2"><hr / width="470"></td>
  </tr>
  <tr>
  	<td colspan="2" class="bodycopy"><strong>Previous Employment</strong></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy"><strong>Company</strong>:</td>
    <td width="500"><input name="company1" type="text" id="company1" tabindex="64" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Phone:</td>
    <td width="500"><input name="company1_phone" type="text" id="company1_phone" tabindex="65" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Company Address:</td>
    <td width="500"><input name="company1_address" type="text" id="company1_address" tabindex="66" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Supervisor:</td>
    <td width="500"><input name="company1_supervisor" type="text" id="company1_supervisor" tabindex="67" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Job Title:</td>
    <td width="500"><input name="company1_title" type="text" id="company1_title" tabindex="68" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Starting Salary $:</td>
    <td width="500"><input name="company1_start_salary" type="text" id="company1_start_salary" tabindex="69" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Ending Salary $:</td>
    <td width="500"><input name="company1_end_salary" type="text" id="company1_end_salary" tabindex="70" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Responsibilities:</td>
    <td width="500"><input name="company1_respons" type="text" id="company1__respons" tabindex="71" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">From (mm/yyyy):</td>
    <td width="500"><input name="company1_from" type="text" id="company1_from" tabindex="72" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">To (mm/yyyy):</td>
    <td width="500"><input name="company1_to" type="text" id="company1_to" tabindex="73" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Reason For Leaving:</td>
    <td width="500"><input name="company1_reason" type="text" id="company1_reason" tabindex="74" style="width:250px;" /></td>
  </tr>
  <tr>
  	  <td align="right" width="240" class="bodycopy">May we contact your previous supervisor ?</td> 
	  <td width="500" class="bodycopy">
	  <input name="company1_contact" type="radio" value="yes" id="company1_contact" tabindex="75" />Yes
	  <input name="company1_contact" type="radio" value="no" id="company1_contact" tabindex="76" />No</td>
  </tr>
  <tr>
   	<td colspan="2"> </td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy"><strong>Company</strong>:</td>
    <td width="500"><input name="company2" type="text" id="company2" tabindex="77" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Phone:</td>
    <td width="500"><input name="company2_phone" type="text" id="company2_phone" tabindex="78" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Company Address:</td>
    <td width="500"><input name="company2_address" type="text" id="company2_address" tabindex="79" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Supervisor:</td>
    <td width="500"><input name="company2_supervisor" type="text" id="company2_supervisor" tabindex="80" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Job Title:</td>
    <td width="500"><input name="company2_title" type="text" id="company2_title" tabindex="81" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Starting Salary $:</td>
    <td width="500"><input name="company2_start_salary" type="text" id="company2_start_salary" tabindex="82" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Ending Salary $:</td>
    <td width="500"><input name="company2_end_salary" type="text" id="company2_end_salary" tabindex="83" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Responsibilities:</td>
    <td width="500"><input name="company2_respons" type="text" id="company2__respons" tabindex="84" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">From(mm/yyyy):</td>
    <td width="500"><input name="company2_from" type="text" id="company2_from" tabindex="85" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">To(mm/yyyy):</td>
    <td width="500"><input name="company2_to" type="text" id="company2_to" tabindex="86" style="width:250px;" /></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Reason For Leaving:</td>
    <td width="500"><input name="company2_reason" type="text" id="company2_reason" tabindex="87" style="width:250px;" /></td>
  </tr>
  <tr>
  	  <td align="right" width="240" class="bodycopy">May we contact your previous supervisor ?</td> 
	  <td width="500" class="bodycopy">
	  <input name="company2_contact" type="radio" value="yes" id="company2_contact" tabindex="88" />Yes
	  <input name="company2_contact" type="radio" value="no" id="company2_contact" tabindex="89" />No</td>
  </tr>
  <tr>  
    <td colspan="2"><hr / width="470"></td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">How did you hear about us?</td>
    <td width="500" class="bodycopy"><select name="hear" tabindex="90" class="selectcopy">
    		<option value="0" selected="selected">Please Select One</option>
    		<option value="friend">Friend</option>
    		<option value="CEU">Attended our CEU</option>
    		<option value="flyer">Received a flyer</option>
    		<option value="website">Website</option>
  		</select></td>
  </tr>

  <tr>
    <td align="right" width="240" class="bodycopy">Comments:(500 words)</td>
    <td valign="top" width="500"><textarea name="comments" type="textarea" id="comments" wrap="hard" columns="100" rows="5" style="width:250px;" onKeyDown="wordCounter(this.form.comments,this.form.remLen,500);" onKeyUp="wordCounter(this.form.comments,this.form.remLen,500);" tabindex="91"></textarea><br /><span class="bodycopy">Words remaining:</span> <input type=box readonly name=remLen size=10 value=500></td>
  </tr>
  
  <!--upload file field-->
  <tr>
  	<td align="right" width="240" class="bodycopy">Upload Resume (.jpg, .doc, .docx, .pdf:)</td>
	<td valign="top" width="500"><input type="file" name="resume" id="file" /></td>
  </tr>
  <tr>  
    <td colspan="2"><hr / width="470"></td>
  </tr>
  <tr>
  	<td colspan="2" class="bodycopy"><strong>I certify that my answers are true and complete to the best of my knowledge.<br />If this application leads to employment, I understand that false or misleading information in my application or interview may result in my release.</strong></td>
  </tr>
  <tr>
  	  <td align="right" width="240" class="bodycopy">I certify and accept the above statement</td> 
	  <td width="500" class="bodycopy">
	  <input name="agreement" type="radio" value="yes" id="agreement" tabindex="92" />Yes
	  <input name="agreement" type="radio" value="no" id="agreement" tabindex="93" />No</td>
  </tr>
  <tr>
    <td align="right" width="240" class="bodycopy">Date (dd/mm/yyyy):</td>
    <td width="500"><input name="agreement_date" type="text" id="agreement_date" tabindex="94" style="width:250px;" /></td>
  </tr>
  <tr>
        <td align="center" valign="middle" class="bodycopy" colspan="2"><input type="submit" name="submit" value="Submit" /></td>
      </tr>
</table>


Could you help me track down what I might be missing or what the problem might be?

Thank you,
Adriana
GreyHead 27 Jan, 2012
Hi Adriana,

Do you have attachments enabled in the Email setup?

Bob
libdesign 27 Jan, 2012
I have the Enable Uploads in the File Uploads tab set to YES if that is what you are referring to. Is there something else or somewhere else that should be enabled as well? I looked in the Setup Email Tab Toolbox but I don't see anything to add an attachment field.

Adriana
Laus 27 Jan, 2012
Open your form and look in Setup Emails Tab > click on one of the email boxes and view the 'Email Properties' box.

Where it says Enable Attachments, does this say YES?
libdesign 27 Jan, 2012
When I go to my Setup Emails tab the Toolbox to the right of the Email container box only has the following list:

To
Dynamic To
Subject
Dynamic Subject
CC
Dynamic CC
BCC
Dynamic BCC
From Name
Dynamic From Name
From Email
Dynamic From Email

When I click on any item field in the Email Container box to the left I only get Email Properties showing for that particular item. For example if I choose "Subject" I only get the email properties for Subject.

Am I looking in the wrong place here? Am I missing something? Should there be an Attachments in the Toobox that isn't there? If it should be there, how can I get it to show there?

Thanks,
Adriana
GreyHead 29 Jan, 2012
Hi Adriana,

You should see the Properties box for the whole email below the Toolbox

Bob
libdesign 30 Jan, 2012
I'm missing those options.
How can I get them to be added and show?

Adriana
GreyHead 30 Jan, 2012
Hi libdesing,

Ah, then you have a very old version of ChronoForms and should think about upgrading at least to v3.2

Bob
libdesign 30 Jan, 2012
Will upgrading overwrite the existing forms? Will I need to create them all anew? Or will it keep the forms and just upgrade the underlying extension? What is the best way to proceed with an upgrade?

Thank,
Adriana
GreyHead 30 Jan, 2012
Hi Adriana.

From the download page

If you have V3.1 RC3, RC4, RC4.11 or RC5.x installed then DO NOT uninstall, just use this automatic first time/upgrade pack which will upgrade the versions mentioned earlier to RC5.6.1, you may need to go to the "Upgrade SQL" page to fix some Database tables fields too, users with earlier versions should uninstall first, pay attention to backup your forms before uninstallation or you will lose them!



If you have an earlier version thant CFv3.1 RC3 then backup all your forms first (and the database for safety). Uninstall ChronoForms, then install CFv3.2; use the link to update the database tables then restore your forms. You may want to test on a development site first to make sure the live transition goes smoothly.

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