Insert Contact details

Hi! After I choose a contact from a table, how can I insert the person's contact details, such as the telephone number and address?

Hi,
Whichever fields you have in your table and want in your snippet, make sure they are selected/invoked in the {dbselect} command of your snippet.
Here is an example from the public/sample table you might have in your space:


This will then create the variables for these fields (for each contact selected) that you can use freely in your snippet, like so:

N.B: in the {dbselect} parameter menu (2nd and 3rd screenshots), you can click and drag the field around to change the order they show up when using the snippet (the upmost selected field being the one that will show up in big and bold when choosing which contact you want). Here I selected and put "location" upmost at the parameter level even tho I don't use it at all in my snippet


Hope this answer your questions ! :hugs:

3 Likes

Perfect! I could choose the fields, but I didn't add them at the end. Thanks for showing me the way.

2 Likes