<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>Standalone to Paypal direct</title></head><body>
<div>Can this be done? If so, how?</div>
<div><br></div>
<div>Currently I have a menu in the standalone that takes you to my
online order page, which in turn takes you to paypal.</div>
<div><br></div>
<div>Can I bypass the order page and put the form directly into the
standalone somehow, and have it take you to paypal? </div>
<div><br></div>
<div>The following is a sample paypal form from their website.
What would need to be changed for it to work directly from a
standalone, completely bypassing my website altogether?</div>
<div><br></div>
<div><br>
<FORM ACTION="https://www.paypal.com/cgi-bin/webscr"
METHOD="POST"><br>
<INPUT TYPE="hidden" NAME="cmd"
VALUE="_ext-enter"><br>
<INPUT TYPE="hidden" NAME="redirect_cmd"
VALUE="_xclick"><br>
<INPUT TYPE="hidden" NAME="business"
VALUE="recipient@paypal.com"><br>
<INPUT TYPE="hidden" NAME="undefined_quantity"
VALUE="1"><br>
<INPUT TYPE="hidden" NAME="item_name"
VALUE="hat"><br>
<INPUT TYPE="hidden" NAME="item_number"
VALUE="123"><br>
<INPUT TYPE="hidden" NAME="amount"
VALUE="15.00"><br>
<INPUT TYPE="hidden" NAME="shipping"
VALUE="1.00"><br>
<INPUT TYPE="hidden" NAME="shipping2"
VALUE="0.50"><br>
<INPUT TYPE="hidden" NAME="currency_code"
VALUE="USD"><br>
<INPUT TYPE="hidden" NAME="first_name"
VALUE="John"><br>
<INPUT TYPE="hidden" NAME="last_name"
VALUE="Doe"><br>
<INPUT TYPE="hidden" NAME="address1"
VALUE="9 Elm Street"><br>
<INPUT TYPE="hidden" NAME="address2"
VALUE="Apt 5"><br>
<INPUT TYPE="hidden" NAME="city"
VALUE="Berwyn"><br>
<INPUT TYPE="hidden" NAME="state"
VALUE="PA"><br>
<INPUT TYPE="hidden" NAME="zip"
VALUE="19312"><br>
<INPUT TYPE="hidden" NAME="lc"
VALUE="US"><br>
<INPUT TYPE="hidden" NAME="email"
VALUE="buyer@domain.com"><br>
<INPUT TYPE="hidden" NAME="night_phone_a"
VALUE="610"><br>
<INPUT TYPE="hidden" NAME="night_phone_b"
VALUE="555"><br>
<INPUT TYPE="hidden" NAME="night_phone_c"
VALUE="1234"><br>
<INPUT TYPE="image"
SRC="http://www.paypal.com/en_US/i/btn/x-click-but01.gif"
BORDER="0" NAME="submit" ALT=Make payments with
PayPal - it's fast, free and secure!><br>
</FORM></div>
<x-sigsep><pre>--
</pre></x-sigsep>
<div>Mac and Windows shareware games<br>
http://www.gypsyware.com</div>
</body>
</html>