• Resolved cars.wahab

    (@carswahab)


    Hi please help, i wanted to use the result as condition in gravityview like below:

    [gvlogic if=”[gravitywp_count formid=” number_field=”]” is=”0″]
    All are empty
    [/gvlogic]

    please help any anyway, thank you very much.

Viewing 1 replies (of 1 total)
  • Plugin Author GravityWP

    (@gravitywp)

    Hi @carswahab

    You cannot use the shortcode this way (or any shortcode).
    The GravityWP – Count shortcode will work like this:

    [gvlogic if=”{field:1}” is=”0″]
    [gravitywp_count formid=”1″ number_field=”1″]
    [/gvlogic]

    But you have to use a mergetag in the ‘if’ argument of gvlogic. You could rebuild our plugin to be used as a mergetag modifier, that could work, but this requires some development work on your part.

    Kind regards,
    Erik

Viewing 1 replies (of 1 total)
  • The topic ‘gravityview gvlogic compatibility’ is closed to new replies.