Add this to your theme’s functions.php file:
If you want to show/hide non-form content (like text, images, or HTML) based on form selections, you need a conditional shortcode solution. gravity forms conditional shortcode
[gravityforms_conditional form_id="1" field_id="2" value="Yes"] This content shows only if field 2 = Yes. [/gravityforms_conditional] Add this to your theme’s functions