Support

Account

Home Forums Add-ons Repeater Field How to display radio button options? Reply To: How to display radio button options?

  • 
    $resource_link_type = get_sub_field('resource_link_type');
    if ($resource_link_type == 'internal') {
      $target='self';
      $link = get_sub_field('resource_internal_link');
    } else {
      $taget = '_blank';
      $link = get_sub_field('resource_external_link');
    }
    ?>
    <a href="<?php echo $internal_link; ?>" target="<?php echo $target; ?>">