Title: Create Email Link ACF
Last modified: May 16, 2018

---

# Create Email Link ACF

 *  Resolved [bgbs](https://wordpress.org/support/users/bgbs/)
 * (@bgbs)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/create-email-link-acf/)
 * Not sure how to construct a loop to show email link from ACF email field.
 * So far in loop I did this:
    [link field=email][field field=email out=field-label][/
   link]
 * What it ought to do is output this
    `<a href="mailto:name@email.com">Email Label
   </a>`
 * but it outputs relative url like so:
    `<a href="http://site.com/name@email.com"
   >Email Label</a>`
    -  This topic was modified 7 years, 12 months ago by [bgbs](https://wordpress.org/support/users/bgbs/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [bgbs](https://wordpress.org/support/users/bgbs/)
 * (@bgbs)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/create-email-link-acf/#post-10288478)
 * I guess this works:
 * `<a href="mailto:[field email]">[field email out=field-label]</a>`
    -  This reply was modified 7 years, 12 months ago by [bgbs](https://wordpress.org/support/users/bgbs/).
 *  Thread Starter [bgbs](https://wordpress.org/support/users/bgbs/)
 * (@bgbs)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/create-email-link-acf/#post-10288480)
 * Resolved
 *  [Quim Berenguer](https://wordpress.org/support/users/quimberenguer/)
 * (@quimberenguer)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/create-email-link-acf/#post-10566887)
 * Is there a way to hide the label if [field email] is empty?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Create Email Link ACF’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-shortcode_766976.svg)
 * [Custom Content Shortcode](https://wordpress.org/plugins/custom-content-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-shortcode/reviews/)

## Tags

 * [ACF](https://wordpress.org/support/topic-tag/acf/)
 * [email](https://wordpress.org/support/topic-tag/email/)
 * [link](https://wordpress.org/support/topic-tag/link/)
 * [url](https://wordpress.org/support/topic-tag/url/)

 * 3 replies
 * 2 participants
 * Last reply from: [Quim Berenguer](https://wordpress.org/support/users/quimberenguer/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/create-email-link-acf/#post-10566887)
 * Status: resolved