Support

Account

Home Forums ACF PRO Url and Email field Reply To: Url and Email field

  • To the first point, yes they are just standard fields but require that a valid URL or an email address be entered.

    second question

    
    <?php 
      <a href="mailto:<?php the_field('email_field_name'); ?>">E-Mail</a>
    ?>