in reply to Coding and Design Advice

Don't they need to select an event with payment plans a and b, too?

After Compline,
Zaxo

Replies are listed 'Best First'.
Re^2: Coding and Design Advice
by b310 (Scribe) on Mar 31, 2005 at 13:20 UTC
    Hello:

    Yes, everyone needs to select an event regardless of their payment method.

    That's the problem. I need to design the form and write the script in a way so that those who select plans a and b are not sent to PayPal. Only those who select plan c would go to PayPal.

    I'm having a tough time figuring out a design which will allow me to accomplish this.

    Any thoughts?

      With the CGI module, you'd just check the value of the payment_mode param (or whatever you want to call it) and generate the appropriate response accordingly.

      the lowliest monk