PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Form customization

  1. h david
    Member

    I have a request concerning calculating with the form.
    Here is the scenario:

    i have a product with a set price 100$
    the user can then add multiple option with checkboxes, but the first three are free. Every checked checkbox after the 3rd checked checkbox shall add another 100$

    and the sum shall be shown accoding to the amount
    for example:
    user checks 2 boxes
    the sum would be 100$
    user checks 3 boxes sum still be 100$
    user checks 6 boxes sum would be 400$ (three are included the additional three cost 100$ per checked box)

    Posted 12 years ago on Friday October 21, 2011 | Permalink
  2. In your situation I think you will have to use jQuery to count the number of boxes (options) checked and add $100 to the total for each box checked after 3 (boxes 4, 5 and 6.)

    There are two parts to this: the front end total, and the back end total. Please see this explanation:
    http://www.gravityhelp.com/documentation/page/Gravity_Forms_Pricing:_Adding_Tax

    It can be done, but it's not something you can do when building the form or in the form editor.

    Posted 12 years ago on Friday October 21, 2011 | Permalink