jim.davidson Posted October 16, 2008 Share Posted October 16, 2008 I have a problem I can't resolve. I have with a bunch of hidden fields in a form. The problem I have is that some of the anchor points are not showing in design view for all the fields, just a couple show up. I have View Invisible elements in Visual aids turned on. Fields 1,2,3,9,10,11,15 don't show Fields 4,5,6,7,8,12,13,14 show Here's the code, can someone tell me what I did wrong? Any help will be appreciated <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <p align="center"><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" width="96" height="21"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> <input name="cmd" type="hidden" id="cmd" value="_cart"> <input name="business" type="hidden" id="business" value="myclient@myclient.com"> <input name="item_name" type="hidden" id="item_name" value="ROX 200 - 1kg"> <input name="amountt" type="hidden" id="amountt" value="16.50"> <input name="buyer_credit_promo_code" type="hidden" id="buyer_credit_promo_code"> <input name="buyer_credit_product_category" type="hidden" id="buyer_credit_product_category"> <input name="buyer_credit_shipping_method" type="hidden" id="buyer_credit_shipping_method"> <input name="buyer_credit_user_address_change" type="hidden" id="buyer_credit_user_address_change"> <input name="no_shipping" type="hidden" id="no_shipping" value="0"> <input name="no_note" type="hidden" id="no_note" value="1"> <input name="currency_code" type="hidden" id="currency_code" value="USD"> <input name="weight" type="hidden" id="weight" value="3"> <input name="weight_unit" type="hidden" id="weight_unit" value="ibs"> <input name="lc" type="hidden" id="lc" value="US"> <input name="bn" type="hidden" id="bn" value="PP-ShopCartBF"> </form> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.