<!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?&nbsp; 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.&nbsp;
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>
&lt;FORM ACTION=&quot;https://www.paypal.com/cgi-bin/webscr&quot;
METHOD=&quot;POST&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;cmd&quot;
VALUE=&quot;_ext-enter&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;redirect_cmd&quot;
VALUE=&quot;_xclick&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;business&quot;
VALUE=&quot;recipient@paypal.com&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;undefined_quantity&quot;
VALUE=&quot;1&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;item_name&quot;
VALUE=&quot;hat&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;item_number&quot;
VALUE=&quot;123&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;amount&quot;
VALUE=&quot;15.00&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;shipping&quot;
VALUE=&quot;1.00&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;shipping2&quot;
VALUE=&quot;0.50&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;currency_code&quot;
VALUE=&quot;USD&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;first_name&quot;
VALUE=&quot;John&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;last_name&quot;
VALUE=&quot;Doe&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;address1&quot;
VALUE=&quot;9 Elm Street&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;address2&quot;
VALUE=&quot;Apt 5&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;city&quot;
VALUE=&quot;Berwyn&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;state&quot;
VALUE=&quot;PA&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;zip&quot;
VALUE=&quot;19312&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;lc&quot;
VALUE=&quot;US&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;email&quot;
VALUE=&quot;buyer@domain.com&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;night_phone_a&quot;
VALUE=&quot;610&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;night_phone_b&quot;
VALUE=&quot;555&quot;&gt;<br>
&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;night_phone_c&quot;
VALUE=&quot;1234&quot;&gt;<br>
&lt;INPUT TYPE=&quot;image&quot;
SRC=&quot;http://www.paypal.com/en_US/i/btn/x-click-but01.gif&quot;
BORDER=&quot;0&quot; NAME=&quot;submit&quot; ALT=Make payments with
PayPal - it's fast, free and secure!&gt;<br>
&lt;/FORM&gt;</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div>Mac and Windows shareware games<br>
http://www.gypsyware.com</div>
</body>
</html>