I have a list of names and telephone numbers.
What is the best way to create a DB that brings up the names and numbers with the functionality to "click and call"
regards AJ
I have a list of names and telephone numbers.
What is the best way to create a DB that brings up the names and numbers with the functionality to "click and call"
regards AJ
Anton,
It doesn't matter in which way you will create DB for this functionality. You can read more about 'click and call' in Appery.io here https://getsatisfaction.com/apperyio/.... You can learn more about work with databases in appery here http://devcenter.appery.io/documentat...
Hi Evgene
I have read the documentation.
My problem: I created two columns in a row 1st NAME 2nd NUMBER
If my list comes up only the number shows. I have binded the NAME + NUMBER both to the same TEXT location because there is just one .
I will attach a screenshot.
I hope you can help..
Thank you
Anton,
Please clarify what result is expected? You want to have list of names and when you click any name, the call is started? If I'm right you need to map number to separate hidden input at your screen.And use this input in JS when you click name.