• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help with HTML ASAP

mobiblu

Senior member
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.
 
Back
Top