Hi !
I’m using the add-on : Gravity Forms Advanced Post Creation Add-On
And in the “content” part of the WordPress article that will be published, I wonder how to insert conditional logic.
Concrete example :
If the user of the form has filled the field number 14 = display the value of field number 14 preceded by the text “Color:”
If the user did not fill in field number 14 = display nothing.
Something like this:
[if 14]Color: [14]
[/if 14]
For Gravity form it looks more like this: { ::14}
Thanks in advance!!!