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

    (@gravitywp)

    Thread Starter cybokron

    (@cybokron)

    I saw. Thank you. Can we pull the data “10” from a field entry?

    [gravitywp_count formid=’1′ filter_field2=’166′ filter_value2=’SAMSUNGGALAXYS22′ filter_field=’133′ filter_value=’1′]

    Can we merge two separate forms?

    I want to pull the minimum number of values from another form input and combine them.

    EXAMPLE:

    FORM ID 1:
    [gravitywp_count formid=’1′ filter_field2=’166′ filter_value2=’SAMSUNGGALAXYS22′ filter_field=’133′ filter_value=’1′]

    FORM ID 2:
    Minimum Quantity Field ID: 134
    Product Name Filter field: SAMSUNGGALAXYS22

    My goal is to make this coloring dynamic.

    I want it to get the minimum number of quantities from an entry in another form.

    How do we do this?

    Do we do it with nested shortcode?

    Or do we call and do two separate forms within a single shortcode?

    Thread Starter cybokron

    (@cybokron)

    Friendly Reminder

    Plugin Author GravityWP

    (@gravitywp)

    Hi @cybokron,

    You can count the total entries of multiple forms and even a number field of multiple forms (only if the number field has the same Field ID in both forms). See for an explanation here: https://gravitywp.com/doc/counting-multiple-forms/.

    Filter will only work if the filter ID’s are exactly the same. In your example that is not the case, so you probaly need some custom code to accomplish that. We highly recommend https://aiwos.com/en/gravity-forms-expert/.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘A feature I wanted 1 year ago – Variable Color’ is closed to new replies.