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.

Auto Sum?

  1. Hi folks,

    Love the product. My question is:

    I'm using your product on my school website (we're going 100% web-based) and I'd like to use Gravity forms to allow students to submit work and self-evaluations directly to my inbox. Is there a way that students can use multiple dropdowns to select values to represent self-evaluation marks (that have numerical values applied to them) and then have the form automatically add the fields and export the sum as a new field? Basically I want the students to give themselves a self-evaluation mark made up of multiple criteria and have the form give me the total.

    Does this make sense?

    Thanks in advance for any help/suggestions.

    Stephen

    Posted 14 years ago on Wednesday June 29, 2011 | Permalink
  2. Currently the only calculations Gravity Forms performs are related to the Pricing Fields for creating order forms. There isn't currently a built in option or specialized field types for performing general calculations. If you needed to implement something like this you would have to do so as a customization using custom jQuery. Calculations is a feature we plan on adding in the future.

    Posted 14 years ago on Wednesday June 29, 2011 | Permalink
  3. Carl,

    Could I use the pricing options to recreate what I'm trying to achieve or should I just wait until the options are added at a later date? Maybe I could use pricing fields and just rename them?

    Thanks.

    Posted 14 years ago on Wednesday June 29, 2011 | Permalink
  4. The problem is the pricing fields display currency. It might be possible to do it as a hack using the Pricing Fields and finding a way around the currency issue but it would still be a hack and probably not ideal.

    There may be other ways to implement it as a customization but I just can't think of any that are easily explainable off the top of my head.

    If you aren't comfortable implementing it as a customization you could either hire a developer to implement it for you as a customization or wait for it to be added as a built in feature.

    Posted 14 years ago on Wednesday June 29, 2011 | Permalink
  5. johannesodegard
    Member

    "Calculations is a feature we plan on adding in the future."

    Hi, can you indicate when this will be a feature?

    Regards
    Johannes

    Posted 14 years ago on Thursday June 30, 2011 | Permalink
  6. I can't give you a timeframe. We don't provide specific timeframe for features because we don't want to set unreasonable expectations. We develop features based on user demand, market conditions and development time. We already have a list of features we plan on introducing in the next major feature release, so it won't be in that release. So it would not be until later this year.

    Posted 14 years ago on Thursday June 30, 2011 | Permalink
  7. Hi Carl, Iam developing a rating form for autistic kids, as you have mentioned a hack for not displaying currency symbol ; could you please give me the hack .... I am a doc and have very little familiarity with coding...it will be a great service for parents who would like to see their childs severity of autism if this form gets developed

    Posted 14 years ago on Tuesday July 5, 2011 | Permalink
  8. You would have to use the gform_currencies hook to modify an existing currency or create a new one that doesn't have a currency symbol. Documentation for the gform_currencies hook can be found here:

    http://www.gravityhelp.com/documentation/page/Gform_currencies

    However one thing to keep in mind is the calculations would still be treated as currency so this could pose some display issues as currency is typically displayed different than standard numeric values.

    Posted 14 years ago on Tuesday July 5, 2011 | Permalink