Support

Account

Home Forums ACF PRO User Relationship Field value problem Reply To: User Relationship Field value problem

  • Hi @mrpritchett

    Can you please debug your code to find out why the PHP error is occuring?

    Try this:

    
    $principals = get_field('practice_principal_select');
    
    <?php 
    
    echo '<pre>';
    	print_r($principals);
    echo '</pre>';
    
    ?>
    

    What is the printed data?

    What is the exact PHP error?