Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Forms in forums
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

sonny
Starting Member

19 Posts

Posted - 31 January 2003 :  01:54:23  Show Profile
I want to put a button from Paypal into a forum/thread. I turn my HTML on and paste what Paypal have asked me to paste:


<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="the_dals@hotmail.com">
<input type="hidden" name="amount" value="5.00">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="image" src="https://www.paypal.com/images/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>


But when run, the form action line is visible and so is part of my email. I pretty much just want the button with it's hidden fields sent.

Is this possible to fix?




Thanks in advance.
Sonny

Edited by - ruirib on 31 January 2003 13:13:45

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 31 January 2003 :  05:19:37  Show Profile  Visit Kat's Homepage
Can you post a link to where you are doing this?

KatsKorner

Installation Help | Snitz Mods | Forum Hosting
Go to Top of Page

sonny
Starting Member

19 Posts

Posted - 31 January 2003 :  12:29:35  Show Profile
I'm posting it in to a forum topic. I'm setting html on then pasting the above in as a message. The button is generated but so are a few of the script lines. Sorry I can't post a link at the moment as I'm testing on my own personal computer.

All I can say is copy the html above then paste it in to a message and turn your html on. You will see what I'm talking about.

I dont think I can do it and will have to think of some other way. I liked the fact that you can have specific forums hidden from some users and not others. So I was hoping to put this donation button in a private forum.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 31 January 2003 :  13:18:10  Show Profile  Send ruirib a Yahoo! Message
Excuse me for asking, but wouldn't it be better just to have a specific page where your users would be able to donate, much as we have here at Snitz?


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

sonny
Starting Member

19 Posts

Posted - 31 January 2003 :  17:24:55  Show Profile
Yes that's plan B
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 31 January 2003 :  18:25:14  Show Profile  Visit PeeWee.Inc's Homepage

<input type="hidden" name="cmd" value="_xclick">

<input type="hidden" name="amount" value="5.00">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="image" src="https://www.paypal.com/images/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>


That should work fine tho i will say that you should rethink this.

De Priofundus Calmo Ad Te Damine
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 31 January 2003 :  18:29:11  Show Profile  Visit PeeWee.Inc's Homepage
Find this line in inc_footer.asp:
## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT


And add this under it:


%>
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="amount" value="5.00">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="image" src="https://www.paypal.com/images/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
<%

De Priofundus Calmo Ad Te Damine
Go to Top of Page

DJBBIZ
Junior Member

214 Posts

Posted - 14 May 2003 :  18:14:58  Show Profile  Visit DJBBIZ's Homepage
quote:
Originally posted by PeeWee.Inc


<input type="hidden" name="cmd" value="_xclick">

<input type="hidden" name="amount" value="5.00">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="image" src="https://www.paypal.com/images/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>


That should work fine tho i will say that you should rethink this.



has anyone solved this, I don't think this can work, there is no action here so it will not post.


"The difference between good ideas and good results is performance"
the management institute | tmiFinance | tmiCreative | ProfileOnDemand
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.51 seconds. Powered By: Snitz Forums 2000 Version 3.4.07