Support

Account

Home Forums General Issues Dynamic Select Field Choices Problem! Reply To: Dynamic Select Field Choices Problem!

  • Hi @downer

    Can you please confirm that your filter is working correctly by adding this debug code to the start of the function:

    
    echo '<pre>';
    	print_r('test');
    echo '</pre>';
    die;
    

    When you edit a post which contains this field, do you see the ‘test’ text on the screen?

    Thanks
    E