How to make my form calculate multiple shipping fees depending on country selected?

  • tonycrowther
    Asked on November 9, 2016 at 6:31 AM

    I have used basic PayPal payment field in an Order Form on a website. I need to have different postage charges for UK and abroad (as far as Australia) so maybe three differnet p&p charges, tick box for each. Is this possible?

  • Nik_C
    Replied on November 9, 2016 at 7:42 AM

    This is how you can achieve that:

    1. In the existing form add Address field or at least drop-down with countries (I used Address field for this example):

    How to make my form calculate multiple shipping fees depending on country selected? Image 1 Screenshot 70

    2. Make your product appear as regular radio button field:

    How to make my form calculate multiple shipping fees depending on country selected? Image 2 Screenshot 81

    3. Set his calculation value to be the actual price of the product:

    How to make my form calculate multiple shipping fees depending on country selected? Image 3 Screenshot 92

    4. Add calculation field that will calculate the total price with shipping:

    How to make my form calculate multiple shipping fees depending on country selected? Image 4 Screenshot 103

    You can make it hidden since it is not required for your customers to see it. It's just in purpose of calculations.

    4. Make Condition or conditions (for more countries) that will add shipping fee to the price:

    How to make my form calculate multiple shipping fees depending on country selected? Image 5 Screenshot 114

    I did that only for Australia as an example, I added 10 (fee) to the price of the product, but you can change that and add more conditions for more countries included.

    5. Finally, you will change your PayPal field to collect the price from the Calculation field:

    How to make my form calculate multiple shipping fees depending on country selected? Image 6 Screenshot 125

    Here is my test form so you can check how it works: https://www.jotformpro.com/form/63133082886964

    Make sure to choose Australia in order to calculate shipping.

    Let us know if this helps or if you have more questions.

    Thank you!