Support

Account

Home Forums General Issues Trouble Conditionally Displaying Groups with Repeaters Based on Radio Buttons Reply To: Trouble Conditionally Displaying Groups with Repeaters Based on Radio Buttons

  • Below $product_type_array = get_sub_field( 'product_type' ); put var_dump(get_sub_field( 'product_type' ); and let me know what it says.

    If it’s empty also try var_dump(get_field( 'product_type' )); and let me know.