INSTALL.txt |
INSTALL.txt |
|
How to use:
- Install the module.
- Add new text field.
- Go to display settings and chose "Phone link" formatter for you textfield.
- Save display settings. |
phone_link.info |
phone_link.info |
|
name = Phone Link
description = Provide formatter for text fields which replace phone number with link.
core = 7.x
package = Fields |
phone_link.module |
phone_link.module |
|
|
README.txt |
README.txt |
|
Provide formatter for text fields which replace phone number with link:
```
+38 (000) 000-00-00
```
to
```
<a href="tel:380000000000">+38 (000) 000-00-00</a>
// OR
<a href="tel:380000000000">Call to +38 (000)… |