• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: One-Time or Monthly Reoccuring

One-Time or Monthly Reoccuring 12 years 1 month ago #22863

I am trying to create a form that the user can select to make a one-time or reoccuring donation using the PayPal Donation feature. I'm using the conditional fields to show either the OneTimeAmount or MonthlyAmount fields depending on the selection dropdown. The correct fields show up but my PHP Script doesn't detect the MonthlyAmount post so it doesn't send the user to PayPal. here's my script:

if(isset($_POST))
{
$business = 'myname@mydomain';
$item_name = 'Recurring Donation from '.$_POST;
$amount = $_POST;
header('Location: www.paypal.com/cgi-bin/webscr?cmd=_xclic...=M¤cy_code=USD');
exit();
}

script works fine if there is only one donation amount field.
The administrator has disabled public write access.

One-Time or Monthly Reoccuring 11 years 9 months ago #24879

I would like to do the same thing that you described here.

I don't see a link to your website or any response to your inquiry. Did you find a way to make this work?

Appreciate any help you can provide!
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!