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.

Total count of values

  1. I've made a multiple choice survey with Gravity Forms. To each answer I've added a value. What I can't figure out right now is how the values can be added to a total score and the visitor of my site will be directed to a particular webpage based on this total score.

    Posted 11 years ago on Wednesday May 2, 2012 | Permalink
  2. You can use our calculations to achieve this. Try it out by adding a number field to your form and set it to Enable Calculation. Then, in your calculation try adding together some fields using merge tags. When you place the merge tag by default you will see something like: {Question One:1}, but what you want to do is add :value to it like so: {Question One:1:value}

    So some example screens would be:

    Screenshot One - Two Radio Fields with different numerical values on each answer

    Screenshot Two - The Number Field with the calculation formula.

    Screenshot Three - A Preview showing a calculation of two options

    Then, you may be able to use the new conditional shortcode for your second part:
    http://www.gravityhelp.com/documentation/page/Shortcodes#Conditional_Shortcode

    Posted 11 years ago on Wednesday May 2, 2012 | Permalink
  3. Great! I'm gonna try to make this work. Thankz for the reply!

    Posted 11 years ago on Wednesday May 2, 2012 | Permalink