Support

Account

Home Forums General Issues Radio Button Values Reply To: Radio Button Values

  • Hi,

    This is how I did it:

    if (get_field('field_name') == 'Field Value') {
    	// code to run if the above is true
    } else if (get_field('other_field_name') == 'Other Field Value') {
            // more code
    }

    If you still can’t get it, let me know here.