2016/8/2 Created.
Yes, you can.
For example, if you have a phone number field called "OfficePhoneNumber" and the phone number is stored there. Please set the following in "Form Info" of smaconne.
Label | Phone Number |
---|
Field Name
| Blank (no field is selected) |
---|
Formula | "<a href='tel:" + OfficePhoneNumber + "'>" + OfficePhoneNumber + "</a>"
|
---|
When you display this in smaconne, you get the following HTML. So, You can call it when you tap the phone number.
<a href="tel:03-5355-5885">03-5355-5885</a>
