Title: Make email click able
Last modified: August 24, 2016

---

# Make email click able

 *  Resolved [blouogiesza](https://wordpress.org/support/users/blouogiesza/)
 * (@blouogiesza)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/make-email-click-able/)
 * Hello
 * Is the a way to make the email clickable like mailto function please. So my customer
   can just click it and it will go directly to email client.
 * Like the url clickable method.
 * [https://wordpress.org/plugins/wp-store-locator/](https://wordpress.org/plugins/wp-store-locator/)

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

 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/make-email-click-able/#post-6129347)
 * Replace this:
 *     ```
       moreInfoContent += "<span><strong>Email</strong>: " + storeData.email + "</span>";
       ```
   
 * with this:
 *     ```
       moreInfoContent += "<span><strong>Email</strong>: <a href='mailto:" + storeData.email + "'>" + storeData.email + "</a></span>";
       ```
   
 * This makes the email link in the more info section clickable.
 *  Thread Starter [blouogiesza](https://wordpress.org/support/users/blouogiesza/)
 * (@blouogiesza)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/make-email-click-able/#post-6129349)
 * Thank you Tijmen
 * This is really amazing plugging..
 *  Thread Starter [blouogiesza](https://wordpress.org/support/users/blouogiesza/)
 * (@blouogiesza)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/make-email-click-able/#post-6129357)
 * Tijmen
 * I tried to figure out which file should replace.
 * Can you maybe point me the right direction please
 *  Thread Starter [blouogiesza](https://wordpress.org/support/users/blouogiesza/)
 * (@blouogiesza)
 * [11 years ago](https://wordpress.org/support/topic/make-email-click-able/#post-6129407)
 * Tijmen
 * Sorry to bother again.
 * Can you or anyone else tell me which file should I make this change?
 * ASAP Please
 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [11 years ago](https://wordpress.org/support/topic/make-email-click-able/#post-6129411)
 * > ASAP Please
 *  What do you think this is, paid premium support where you can make demands?
 * The file you are looking for is the /js/wpsl-gmap.js js file.
 *  Thread Starter [blouogiesza](https://wordpress.org/support/users/blouogiesza/)
 * (@blouogiesza)
 * [11 years ago](https://wordpress.org/support/topic/make-email-click-able/#post-6129412)
 * Tijmen
 * I apologise if it felt that I made a demand that wasn’t what I meant.
 * I’m sorry thank you for the quick answer I really appreciate it.
 *  [Premm](https://wordpress.org/support/users/premm/)
 * (@premm)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/make-email-click-able/#post-6129473)
 * Hi Tijmen,
 * I cant find js/wpsl-gmap.js
    Not in the js map
 * And i cant find the code anywhere
 * I have the latest version: 3.75.1
    Is it only in the paid plugin?

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

The topic ‘Make email click able’ 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/)

 * 7 replies
 * 3 participants
 * Last reply from: [Premm](https://wordpress.org/support/users/premm/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/make-email-click-able/#post-6129473)
 * Status: resolved