Glenn,

It sounds like the "submit" input in your PayPal form is actually invoking the subscription form processing script. Make sure your PayPal form is not ending up _inside_ the Mailman subscription form tags when the subscription page is rendered. If it is, you may need to edit the subscription form page template to make sure those forms do not overlap.

-Eric Schmitz


Glenn Sieb wrote:

I know I can go to a list's Admin page and change the public HTML.. but
I have a question.

Let's say I want to put a Paypal donation link on a list's public
page--whereever I put the code (and it doesn't seem to matter where),
when I click on the Paypal link, it gives me a Mailman error saying I
must supply a valid email address (like I'm submitting to the
subscription form...). I've even tried putting the code in the List's "info" from the Admin, General Settings page. Same thing...


Is there any way to put a Paypal donation link on a list's public page?
If so, what am I missing? :(

The code looks like this (escaped with pre-tags):

<pre>
<form action="https://www.paypal.com/cgi-bin/webscr"; method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif"; border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="encrypted" value="lots of gunk">
</form>
</pre>


Thanks in advance!
Glenn


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to