I made a form with radio buttons "Yes and No" and in my email I want it to only send what the answer was. Here is my code for email output
How do I get the answer from the questions posted in my email without the check 0 stuff.. Any help would be much appreciated.
How do I get the answer from the questions posted in my email without the check 0 stuff.. Any help would be much appreciated.
<div class="form_item">
<div class="form_element cf_heading">
<h1 class="cf_text">[a2e] Gaming Application</h1>
</div>
</div>
<div class="form_item">
<div class="form_element cf_textbox"><label class="cf_label">First Name</label> <span>{text_1}</span></div>
</div>
<div class="form_item">
<div class="form_element cf_textbox"><label class="cf_label">Last Name</label> <span>{text_2}</span></div>
</div>
<div class="form_item">
<div class="form_element cf_textbox"><label class="cf_label">Soldier Name</label> <span>{text_3}</span></div>
</div>
<div class="form_item">
<div class="form_element cf_textbox"><label class="cf_label">Email Address</label> <span style="list-style-type: circle; list-style-position: inside;">{text_4}</span></div>
</div>
<div class="form_item">
<div class="form_element cf_checkbox"><label class="cf_label">Is Battlefield 2142 one of the primary games you play? </label>
<div class="float_left"><span>{check0}</span> <br /><br /></div>
</div>
</div>
<div class="form_item">
<div class="form_element cf_checkbox"><label class="cf_label">Do you play Battlfield 2142 more than 5 hours in a week?</label>
<div class="float_left"><span>{check2}</span> <br /><span><br /></span></div>
</div>
</div>
<div class="form_item">
<div class="form_element cf_textbox"><label class="cf_label">What kit do you primarily use? </label><span>{text_7}</span></div>
</div>
<div class="form_item">
<div class="form_element cf_checkbox"><label class="cf_label">Have you ever been banned for hacking/glitching/etc?? Tell the truth? </label>
<div class="float_left"><span>{check4}</span> <br /><br /></div>
</div>
</div>
<div class="form_item">
<div class="form_element cf_checkbox"><label class="cf_label">Would you be able to donate $10-20 a month to support the [a2e] website, [a2e] servers, and team contests?</label>
<div class="float_left"><span>{check6}</span> <br /><br /></div>
</div>
</div>
<div class="form_item">
<div class="form_element cf_checkbox"><label class="cf_label">Would you be interested in joining gaming leagues and other competitions? </label>
<div class="float_left"><span>{check8}</span> <br /><br /></div>
</div>
</div>
<div class="form_item">
<div class="form_element cf_textarea"><label class="cf_label">Have you developed skills while playing Battlefield 2142? Examples (Gunship, Sniping, Silo Capping, Titan Attack/Defense etc..) If yes, what are they? </label><span>{text_11}</span></div>
</div>
<div class="form_item">
<div class="form_element cf_textarea"><label class="cf_label">Please list any other relative information of why you would be a good fit in the [a2e] Community:</label> <span>{text_12}</span></div>
</div>
Nvm.. I'm an idiot.. I figured it out..
Thanks for previous posts..
Cody
Thanks for previous posts..
Cody
This topic is locked and no more replies can be posted.