/    Sign up×
Community /Pin to ProfileBookmark

Let me try this again this with code

I am building an ecommerce website and have several products that come in different colors. When a color is selected on the drop down box it will not carry the color through to my paypal shopping cart

Here is the code for the drop down box

<form name=”color”><div align=”left”>
<select name=”select1″ size=”1″>
<option>Black</option>
<option>Bronze</option>
<option>Green</option>
<option>Pewter</option>
</select></div></form>

Here is the code for the shopping cart button

<Form method=”post” action=”https://www.paypal.com/cgi-bin/webscr” target=”paypal”>
<input type=”hidden” name=”cmd” value=”_cart”>
<input type=”hidden” name=”business” value=”[email protected]“>
<input type=”hidden” name=”item_name” value=”Round 360 Chiminea”>
<input type=”hidden” name=”item_number” value=”00312″>
<input type=”hidden” name=”amount” value=”184.99″>
<input type=”hidden” name=”currency_code” value=”USD”>
<input type=”hidden” name=”shipping” value=””>
<input type=”hidden” name=”shipping2″ value=””>
<input type=”hidden” name=”handling_cart” value=””>
<input type=”hidden” name=”bn” value=”ButtonFactory.Tripod.001″>
<input type=”image” name=”add” src=”https://www.paypal.com/images/x-click-but22.gif“>
</form>

Any help would be greatly appreciated

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@semi-sentientSep 05.2006 — The select box needs to be between your form tags (the one you are submitting to PayPal).
×

Success!

Help @putergeek spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.23,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...