Support

Account

Home Forums Front-end Issues ACF Select not returning value Reply To: ACF Select not returning value

  • Hi @organu

    Thanks for the post.

    There must be a mistake in your logic.

    What is the result from debugging the sub_feld like so:

     <div class="servHome">
            	<?php
    			$serviciu = get_sub_field('denumire_serviciu');
                            var_dump($serviciu);
    			?>

    I am looking forward to your respions