Support

Account

Home Forums General Issues Getting labels of select field created by php Reply To: Getting labels of select field created by php

  • Hi @locomo

    Always DEBUG your code when it doesn’t do what you want:

    
    <?php 
    
    echo '<pre>';
    	print_r($field);
    echo '</pre>';
    die; ?>