You would accomplish this using a Product Field instead of a Shipping Field to handle your Shipping using the Calculation functionality available to the Product Field.
- Add a Product Field to your form
- Edit this new Product Field
- Select "Calculation" from the field type
- Give it a Field Label of "Shipping" or however you want to refer to it
- In the formula for the calculation, configure the necessary formula to calculate the cost. You would multiple the quantity of the product field using the available merge tags by the shipping cost you want to apply.
- See this screenshot:
http://dl.dropbox.com/u/185347/Slingshot/Pictures/Screen%20Shot%202012-06-04%20at%2012.04.27%20PM.png
I have created an example form and exported it to XML. You can download the XML here (download link will appear in top right to download the actual file):
https://www.dropbox.com/s/2xmyv7gou8t56b2/quantity-based-shipping-example-form.xml
Go to Import/Export in Gravity Forms, select Import forms and import this XML file. You can then edit and preview this example form that shows how to do this using calculations.
Just keep in mind the formula is going to be form specific as it uses merge tags and merge tags are form specific. You will need to adjust your formula as needed to suit your needs.
Posted 12 years ago on Monday June 4, 2012 |
Permalink