i have a repeater, connected to a dataset, which have a field that contain phone numbers for the sellers.i have two questions here :
1- how i can connect a button to phone numbers?
2-how i can create an onclick action to call the sellers directly from the mobile.
Thank you
@andreas-kviby hi andreas, i would like to have your opnion if this can be done with wix code, thank you
hey guyzzz, i need an urgent help in here plssssssss
Connect the button link to a “url” field in the database. In the URL field, use this notation to specify it is a phone number: “tel:phonenumberhere” (see LinkableMixin - Velo API Reference - Wix.com for more details). In this case, you don’t need to touch the onClick
If instead you want it to want to use an event like onClick or other, you can just import wixLocation and then to use the “to” method. Like this: wixLocation.to(“tel:phonenumberhere”);
thank youu
i am not understand can you explain clearly. i am very weak in coding . how to connect phone number link to repeater button.
Define the field in the collection in the way presented in the image below, and enter the numbers starting with tel: so that it will present them as click to call links. After that, just connect it to the button as you would do to any other field
wixLocation.to (“tel:phonenumberhere”) not working on mobile devices