How do I redirect a page

  • BWLCXRX
    Asked on April 30, 2014 at 4:21 PM

    My form has 2 payment options:

    1) Paypal, which has been integrated correctly and links to paypal for payment submission

    2) Payroll deduction, which I have to manually process. I have the payment field conditions to to the following, but it directs to the paypal payment processing.

    Condition for the field is 

    IF Payment Method Is Equal To "Payroll Deduction (Xerox Technology Employees only)"
    Redirect to http://www.bwlc.com/join/membership/paypal-payment/thank-you/
    (it does not go there, it goes to PAYPAL)
  • Elton Support Team Lead
    Replied on April 30, 2014 at 5:14 PM

    Hi,

    You also need to add a hide condition for the PayPal field.

    Example:

    If Payment Method Is Equal To "Payroll Deduction...", hide Paypal Payment field.

    This disables the Paypal payment on the form so it won't redirect to Paypal's checkout page.

    Here's a similar guide to what you want to achieve here http://www.jotform.com/help/120-How-to-set-up-paypal-along-with-other-payment-options

    Thanks!