I have tried adding a condition to insert an amount to Paypal field but it's not working

  • davidyatir
    Asked on April 20, 2017 at 10:24 AM

    Hello

    I have the above two fields in my form. I have tried to create the following condition:

    IF NUMERIC_INPUT_FIELD IS FILLED

    INSERT {NUMERIC_INPUT_FIELD} INTO Paypal Field (id...)

    But when I run the form in preview mode, I dont see any affect on the Paypal field.

    Thanks

    AssafI have tried adding a condition to insert an amount to Paypal field but its not working Image 1 Screenshot 20

  • Welvin Support Team Lead
    Replied on April 20, 2017 at 11:52 AM

    Unfortunately, this is not possible. You cannot dynamically fill the amount in the Paypal by conditional logic. If you're trying to pass an amount into a user defined box, you need to do the following:

    1. Get the total by calculation widget: https://www.jotform.com/help/259-How-to-perform-calculation-in-the-form.

    2. Pass the total to Paypal field by following our steps here: https://www.jotform.com/help/275-How-to-pass-a-calculation-to-a-payment-field

    Let us know if you need further assistance. 

  • davidyatir
    Replied on April 20, 2017 at 2:43 PM
    GREAT! thanks
    ...