I am no coder. I found a form in HTML online that I like and have coded and customized to fit my needs. I have "radio" buttons within the form. What is the HTLM code I need to put in my action form to recieve the correct selection in my email. I have supplied the part of my code that makes the radio buttons.
<td>Catagory:</td>
<td>
12x12 Booth $50.00 each For Arts, Craft, and Antiques
<input type="radio" name="Catagory" value="Hand Made Crafts" />Hand Made Crafts
<input type="radio" name="Catagory" value="Resale" /> Resale
<input type="radio" name="Catagory" value="Antiques" /> Antiques
1 Booth Free with requirements
<input type="radio" name="Catagory" value="Non-Profit (Activity for kids)" /> Non-profit
Food Booths $75.00 no electric and $100.00 with electric
<input type="radio" name="Catagory" value="Food" /> Food
</td>
</tr>
<tr><td>Payment Method:</td>
<td>
<input type="checkbox" name="Patment Method" value="Paypal" />Paypal
<input type="checkbox" name="Patment Method" value="Mail Check" /> Mail Check
<input type="checkbox" name="Patment Method" value="Pay Day of Event" /> Pay Day of Event
Payments made after August 31st will require a $20.00 up charge per vendor.
</td>