Title: mailto
Last modified: August 30, 2016

---

# mailto

 *  Resolved [dwll](https://wordpress.org/support/users/dwll/)
 * (@dwll)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/mailto-1/)
 * Hello
 * Thanks so much for the plugin
 * I’m having trouble with mailto:
 * I enter:
    `<a href="mailto:[field sf_team_member_email]">[field sf_team_member_email
   escape=true]</a>`
 * but when I save the page/post – it reverts to:
 * `<a href="mailto:">[field sf_team_member_email escape=true]</a>`
 * Which doesn’t work.
 * Any idea how I can get this to work?
 * [https://wordpress.org/plugins/custom-content-shortcode/](https://wordpress.org/plugins/custom-content-shortcode/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/mailto-1/#post-6551472)
 * Hello,
 * The shortcode being removed from inside the HTML attribute sounds related to 
   recent WP changes which are discouraging this use case. To get around this, the
   plugin provides a `[link]` shortcode. Details in the documentation, under Field-
   > Link to field value.
 * In a new plugin update, I added a parameter to use a field value for e-mail.
 *     ```
       [link field=sf_team_member_email mail=true][field sf_team_member_email][/link]
       ```
   
 * The field value is escaped by default.

Viewing 1 replies (of 1 total)

The topic ‘mailto’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/mailto-1/#post-6551472)
 * Status: resolved