insert images into theme in “images” folder
< !--- CONDITIONAL LANGUAGE TO INSERT ICON WHEN SELECTED FROM RADIO BUTTON SELECTION -->
< ? php if (get_sub_field('roi_icon') == 'arrow-left') { ? >
< img src="/library/images/casestudies/arrow_left.png” alt=”Return on Investment” />
< ? php }
else if (get_sub_field('roi_icon') == 'arrow-right') { ? >
< img src="/library/images/casestudies/arrow_right.png” alt=”Return on Investment” />
< ? php }
else if (get_sub_field('roi_icon') == 'arrow-top') { ? >
< img src="/library/images/casestudies/arrow_top.png” alt=”Return on Investment” />
< ? php } ? >
two options shown

