Support

Account

Home Forums Front-end Issues Check type of field Reply To: Check type of field

  • you’re not outputting the values

    
    
    		if ( $field['type'] == 'radio' ) {
    			echo $field['instructions'];
    		} else {
    			echo $value;
    		}