- Impact
- 28
Hi all,
Just need a lil help here. What I'm looking for is for the form that is submitted to return ALL variables via email to the admin once its been paid through paypal.
Have tried many things but its driving me nuts, any and all help would be appreciated.
Thanks
~Zig
Just need a lil help here. What I'm looking for is for the form that is submitted to return ALL variables via email to the admin once its been paid through paypal.
Have tried many things but its driving me nuts, any and all help would be appreciated.
Thanks
~Zig
HTML:
<form id="payPalForm" action="https://www.paypal.com/cgi-bin/webscr" method="post"><input name="item_number" type="hidden" value="Payment" /> <input name="cmd" type="hidden" value="_xclick" /> <input name="no_note" type="hidden" value="1" /> <input name="business" type="hidden" value="[email protected]" /> <input name="currency_code" type="hidden" value="USD" /> <input name="return" type="hidden" value="http://xxxxxxxx.com" />Customer Last Name :
<input id="account_name_last" name="account_name_last" size="30" type="text" />Account #:
<input id="item_name" name="account_name" size="15" type="text" />Unit #:
<input id="item_name" name="item_name" size="5" type="text" />Amount $:
<input id="item_name" name="amount" size="10" type="text" /> <input name="Submit" type="submit" value="Submit" />
</form>




