Title: Make the email clickable
Last modified: August 30, 2016

---

# Make the email clickable

 *  Resolved [Gioweb](https://wordpress.org/support/users/gioweb/)
 * (@gioweb)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/make-the-email-clickable/)
 * For me it might be useful to be able to click and send an email. Thank you
 * [https://wordpress.org/plugins/wp-store-locator/](https://wordpress.org/plugins/wp-store-locator/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/make-the-email-clickable/#post-6627167)
 * Take a look at [this](http://wpstorelocator.co/document/wpsl_listing_template/)
   filter, it allows you to modify the listing template.
 * Copy the full code, and place it in the functions.php in your theme folder.
 * You see a _my\_textinput_ near the bottom, replace it on line 27 with _email_.
   This will access the val of the email key in the json response.
 * Change the <%= my_textinput %> on line 28 to this, and it should work ( untested
   though ).
 *     ```
       <a href="mailto:<%= email %>"><%= email %></a>
       ```
   
 * You can replace email with phone, fax, url or whatever other data field you like
   to access.

Viewing 1 replies (of 1 total)

The topic ‘Make the email clickable’ is closed to new replies.

 * ![](https://ps.w.org/wp-store-locator/assets/icon-256x256.jpg?rev=1007784)
 * [WP Store Locator](https://wordpress.org/plugins/wp-store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-store-locator/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/make-the-email-clickable/#post-6627167)
 * Status: resolved