Link Email Icon to a pop-up contact form? – UserPro Forums https://forum.userproplugin.com/forums/topic/link-email-icon-to-a-pop-up-contact-form/feed/ Tue, 21 May 2024 11:32:16 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/link-email-icon-to-a-pop-up-contact-form/#post-20267 <![CDATA[Link Email Icon to a pop-up contact form?]]> https://forum.userproplugin.com/forums/topic/link-email-icon-to-a-pop-up-contact-form/#post-20267 Thu, 06 Feb 2014 22:41:58 +0000 enigma666666 Hi there,

I want a pop-up contact form to trigger when a person clicks on the user’s profile email icon. Can anyone please tell me how to accomplish this?

]]>
https://forum.userproplugin.com/forums/topic/link-email-icon-to-a-pop-up-contact-form/#post-27285 <![CDATA[Reply To: Link Email Icon to a pop-up contact form?]]> https://forum.userproplugin.com/forums/topic/link-email-icon-to-a-pop-up-contact-form/#post-27285 Wed, 12 Mar 2014 04:22:23 +0000 Akshay Wason I too would like to have this functionality

]]>
https://forum.userproplugin.com/forums/topic/link-email-icon-to-a-pop-up-contact-form/#post-27301 <![CDATA[Reply To: Link Email Icon to a pop-up contact form?]]> https://forum.userproplugin.com/forums/topic/link-email-icon-to-a-pop-up-contact-form/#post-27301 Wed, 12 Mar 2014 07:32:08 +0000 admin This is a custom code but you can hook into e-mail field and add the classes – then build custom js to trigger the contact form. Social icons are added via: functions/icons-functions.php, this line:

$res .= '<a href="'.userpro_link_filter( userpro_profile_data($key, $user_id), $key ).'" class="userpro-profile-icon userpro-tip" title="'.$array['label'].'" target="'.$args['social_target'].'" ><i class="userpro-icon-'.$icon.'"></i></a>';

Basically you need a conditional key, if key == user_email and add the custom coding to it.

]]>
https://forum.userproplugin.com/forums/topic/link-email-icon-to-a-pop-up-contact-form/#post-28290 <![CDATA[Reply To: Link Email Icon to a pop-up contact form?]]> https://forum.userproplugin.com/forums/topic/link-email-icon-to-a-pop-up-contact-form/#post-28290 Mon, 17 Mar 2014 14:08:48 +0000 enigma666666 Thank you, but can you please give more detailed instructions/ example on how to do this? I urgently need to get this functionality to work.

]]>
https://forum.userproplugin.com/forums/topic/link-email-icon-to-a-pop-up-contact-form/#post-28338 <![CDATA[Reply To: Link Email Icon to a pop-up contact form?]]> https://forum.userproplugin.com/forums/topic/link-email-icon-to-a-pop-up-contact-form/#post-28338 Mon, 17 Mar 2014 20:34:17 +0000 admin I am sorry, this is outside the scope of the plugin. And needs customization / jQuery work, etc. I can’t provide full examples here in support 🙂

]]>