As far as I know, it is in HTML. Our Web Designer created the form for us and it works fine until checked to “Use HTML content type” for the Mail section and then the only data we are loosing is the Email Field – if it were an issue with the coding wouldn’t it loose all data fields?
Forgive me – learning as I go!
Here is the Form’s content:
<p>State
[select* state include_blank “AL” “AK” “AZ” “AR” “CA” “CO” “CT” “DE” “FL” “GA” “HI” “ID” “IL” “IN” “IA” “KS” “KY” “LA” “ME” “MD” “MA” “MI” “MN” “MS” “MO” “MT” “NE” “NV” “NH” “NJ” “NM” “NY” “NC” “ND” “OH” “OK” “OR” “PA” “RI” “SC” “SD” “TN” “TX” “UT” “VT” “VA” “WA” “WV” “WI” “WY”]</p>
<p>Organization Name
[text* organization] </p>
<p>Type
[select type include_blank “Men’s” “Women’s” “Boys” “Girls” “Kids” “Youth”] </p>
<p>Club/Sport
[select* club-sport include_blank “Academy” “ASB/Student Council” “Athletics” “Band” “Baseball” “Basketball” “Cheerleading” “Choir” “Church Group/Ministry” “Community Team” “Cross Country” “Dance” “Diving” “Drama” “Drill Team” “Field Hockey” “Football” “Fraternity” “Golf” “Gymnastics” “Honor Society” “Ice Hockey” “Key Club” “Lacrosse” “Non-Profit” “PTA” “PTO” “PTSA” “School-Wide” “Scouts” “Soccer” “Softball” “Sorority” “Studio” “Swimming” “Swimming & Diving” “Tennis” “Track” “Track & Field” “Volleyball” “Wrestling” “Other”]</p>
<p>Full Name
[text* full-name 300/300 placeholder “First Last”] </p>
<p>Phone Number
[tel* phone-number placeholder “(000) 000-0000”] </p>
<p>Best Time to Call
[text* best-time] </p>
<p>Desired Selling Date
[date* date placeholder “YYYY-MM-DD”] </p>
<p>Email
[email* email] </p>
<p>[checkbox card-design use_label_element “Yes! I am interested in a Complimentary Card Design.”][checkbox sign-up use_label_element “Yes! Sign Me up for the Wildfire News-Flash.”]<span style=”font-size:12px; color:#000″>(We hate spam just as much as you do. News-Flash is a periodic e-mail & will offer promotions & information concerning Wildfire. We do not sell or distribute your information.)</span></p>
<p>Comments
[text comments]</p>
<p>[submit “Send”]</p>