0

When creating a contact , I check by Javascript if that contact already exists. If it does I am displaying text that "Contact Alreay Exists". I have displayed an information icon besides the message.

I want to achieve the following :

On hover of that icon it should display the already available contact id and when clicked opens that particular contact in Detail view.

enter image description here

user3286692
  • 383
  • 1
  • 5
  • 23
  • How are you generating the "i" icon currently? – Matthew Poer Feb 18 '14 at 07:50
  • Right now on tab of last name calling ajax function that calls a php file that check for if name already exists and if it does displaying the text and the icon image.thats it. – user3286692 Feb 18 '14 at 09:03
  • If you know that a contact with the same name exists then I assume you know that contacts's ID. You can then just generate a link to the contact's detail view using the ID. It seems you've already done all the hard work! – MartinTawse Feb 18 '14 at 09:09
  • Yes I know it that way.But I want to display the i icon popup like on list view. – user3286692 Feb 18 '14 at 09:14
  • Give us the code you're using to display the "This Name Already Exists (i icon)" currently, and we'll see if we can adjust it to become a link instead of a static image. – Matthew Poer Feb 18 '14 at 14:55

0 Answers0