I just found out that when I have three option boxes, one of them doesn't show
in the final Paypal shopping cart. The 3 options are: first, menu style for
stone choice, second, menu style for metal choice, and third, a text box for
ring size. The metal choice and ring size show correctly, but the stone choice
does not. I am "attaching the code" with this message, but don't quite
understand what the result of that will be. If you can't see the code with the
necessary HTML code, I will repost with the code in the message body.
After I get this to work, I'd also like to see why my Paypal cart doesn't let
people "continue shopping," by clicking that button on the cart page, nor does
it show them my thank you page as I thought it would. However, first I need to
get the options to show up correctly.

Thanks for any help you can give

<TABLE>
<TBODY>
<TR>
<TD><SPAN class="prod_descr_lft">
<INPUT type="hidden" name="on0"
value="Metal">
Stone</SPAN></TD>
<TD colspan="2"><SPAN
class="prod_descr_lft">
<SELECT name="os0"
class="prod_descr_lft">
<option value="Black Onyx">Black
Onyx</option>
<option value="Jasper,
brown/tan" selected>Jasper,
brown/tan</option>
<option value="Jasper,
green/red">Jasper,
green/red</option>
<option value="Pyrite
(black/gold)">Pyrite
(black/gold)</option>
<option value="Surprise
Me">Surprise
Me</option>

</SELECT>
</SPAN></TD>
</TR>
<TR>
<TD> <SPAN class="prod_descr_lft">
<INPUT type="hidden" name="on0"
value="Metal">
Metal </SPAN></TD>
<TD colspan="2"> <SPAN
class="prod_descr_lft">
<SELECT name="os0"
class="prod_descr_lft">
<option value="14k Gold-fill">14k
Gold-fill</option>
<option value="Sterling
Silver">Sterling
Silver</option>
<option
value="Combination-mostly goldfill" selected>Combination-mostly
goldfill</option>
<option
value="Combination-mostly silver">Combination-mostly
silver</option>
</SELECT>
</SPAN></TD>
</TR>
<TR>
<TD> <SPAN class="prod_descr_lft">
<INPUT type="hidden" name="on1"
value="Ring Size">
Ring Size </SPAN></TD>
<TD> <SPAN class="prod_descr_lft">
<INPUT name="os1" type="text"
class="prod_descr_lft" value="Enter Ring Size Here">
</SPAN></TD>
</TR>
<TR>
<TD colspan="3"><SPAN
class="prod_descr_lft">
<input type="hidden"
name="receiver_email" value="bhludlow@macnexus.org">
<input type="hidden" name="mrb"
value="R-3WH47588B4505740X">
<input type="hidden" name="pal"
value="ANNSXSLJLYR2A">
<input type="hidden"
name="no_shipping" value="0">
<input type="hidden" name="no_note"
value="0">
<input type="hidden" name="bn"
value="webassist.dreamweaver.4_0_3">
<INPUT name="submit" type="image"
src="images/add to cart image.jpg" alt="Add to PayPal Cart - it's fast, free
and secure!">
</SPAN><SPAN class="prod_descr_lft">
<INPUT type="hidden" name="add"
value="1">
<INPUT type="hidden" name="cmd"
value="_cart">
<INPUT type="hidden" name="business"
value="bhludlow@macnexus.org">
<INPUT type="hidden"
name="item_name" value="Jasper ring">
<INPUT type="hidden"
name="item_number" value="248_ri_jasper">
<INPUT type="hidden" name="amount"
value="49.00">
<INPUT type="hidden"
name="page_style" value="Primary">
<INPUT type="hidden" name="return"
value="http://www.wirewrapjeweler.com/thank you_priority.htm">
<INPUT type="hidden"
name="cancel_return" value="http://www.wirewrapjeweler.com/rings.htm">
<INPUT type="hidden"
name="currency_code" value="USD">
<INPUT type="hidden" name="lc"
value="US">
</SPAN></TD>
</TR>
</TBODY>
</TABLE>