I’m trying to show / hide a button element based on whether or not a specific value is selected in an ACF “Select” Field type on an Options page.
Basically, I need to know how to modify this code: get_field( ‘field_value’, ‘options’ )
Attached is a screenshot of the field I have set up. I want to show a button if the ‘Link to Booking Page’ option is selected.
Any ideas on how to do this?