Need help with HTML ASAP

mobiblu

Senior member
May 30, 2005
363
0
0
i've been racking my brain out trying to figure out what i did wrong.
this assignment require me to make an order form using gform (gform is crap, but that was all that was taught to me).



<tr>
<td>
<fieldset>
<legend style="font-family: arial">Order</legend>

<p> Toppings<br />

<input type="checkbox" name="topping"
value="" />Mushroom<br />
<input type="checkbox" name="topping"
value="" />Ham<br />
<input type="checkbox" name="topping"
value="" />Cheese<br />
<input type="checkbox" name="topping"
value="" />Bacon<br />
</p>
<p> <input type="radio" name="pickup" value="pickup" />Pick-up <input type="radio" name="pickup" value="delivery" />Delivery</p>
</fieldset>
</td></tr>

<tr>



<!--gform "Topping: $(topping)\n"-->

when the info is sent to me all i'm getting from this section is a "," in the topping part. And i'm an require to used checkbox. please someone offer some solution.
 

Modeps

Lifer
Oct 24, 2000
17,254
44
91
it could help to actually put some values in your checkbox definitions.