X
🔊 Ativar Som

Forms Conditional Shortcode - Gravity

: If using shortcodes to chain forms or display logic on a page, ensure the ajax parameter is handled correctly (usually set to false for direct redirects).

add_shortcode( 'gf_conditional', 'gf_conditional_shortcode' ); function gf_conditional_shortcode( $atts, $content = null ) gravity forms conditional shortcode

The basic syntax of the Gravity Forms conditional shortcode is as follows: : If using shortcodes to chain forms or

[gf_conditional form_id="5" field_id="2" value="Business"] Thanks! A business account manager will contact you. [/gf_conditional] function gf_conditional_shortcode( $atts