Dynamic Linking

Hello Wix - I have a Dbase collection that fills in a variety of information, including:

  • address, city, state, zip
  • Phone numbers
  • Email addresses

When these fields are filled from the the Collection, how too can these fields be active links to:

  • Launch GPS map for travel
  • launch a phone call
  • launch an email

For an email or phone call from your data, use the wix-location API .

For a map, if you have the location, you can use Wix’s GoogleMap component . If you need more flexibility and features, see the Example: Multiple Markers Google Maps .

Hello And thank you very much for the response. Wondered if you can help further? I don’t know Java Script so I am trying to guess at what the code is based on your links you provided, and have come up with this so gar, but as you can probably tell, it’s unsuccessful.

$w.onReady(function () {
$w(“#dynamicDataset”).onReady(function () {
to(mailto:@<yahoo.com.com>?subject=: an email)
to(tel:<615-545-4558>: a phone number)
}
}
});
});

Can you provide a code that will capture all of the phone numbers and all of the email addresses, and all of the address locations, or at least a segement I can repeat, so I can create the full version please. I’m needing to connect the date from my collection that will display at http://editor.wix.com/html/editor/web/renderer/edit/867a718a-e181-4616-afd7-84a1fd906abf?metaSiteId=95f001a4-a495-44e0-a482-34a1dfb91b0d&editorSessionId=7d0ff514-d719-57e8-9fdf-c60762ead628

  • I can only imagine this is more involved than a chat back and forth here in the forum? Is there someone I can call?

Here are two examples that show how to send emails:

You might want to consider checking out the WixArena - it’s a hub where you can look for Wix Code (and other) experts for hire.