• Resolved RobGKY

    (@robgky)


    Is it possible to add multiple number fields? I have a form that uses several sliders for a judging competition on an entrants name. I need to be able to count the the total votes from each slider and filter on the entrant.

    I had hoped it would look something like this:
    [gravitywp_count formid=”6″ number_field=”1″ number_field=”3″ number_field=”4″ number_field=”5″ number_field=”6″ filter_field=”2″ filter_value=”Jimmy” decimals=”2″ dec_point=”.” thousands_sep=”,”]

    By using the above I do get a number but it is not correct.

    The example is only on a local host

    https://ww.wp.xz.cn/plugins/gravitywp-count/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author GravityWP

    (@gravitywp)

    Hi @robgky,

    you can add a new number field to your form and enable calculation. You count all the other number fields (1, 3, 4, 5) in this new number field.

    After it you use:
    [gravitywp_count formid=”6″ number_field=”7″ filter_field=”2″ filter_value=”Jimmy”]

    that should do the trick. Does this help you?

    Otherwise it’s also possible to make a snippet for you. Just ask your question on http://gravitywp.com/support/ and we are happy to help.

    Thread Starter RobGKY

    (@robgky)

    I was hoping that would work. Unfortunately the other fields are not GF Number Fields. They are Gravity Slider fields. Which looks like wont work on Mobile screens after I tested. So I will try again with all Number fields.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding multiple number fields’ is closed to new replies.