Closed bavarianbytes closed 5 years ago
Turning a user input like (0) 49 123 / 456 78 - 9 into <a href="tel:+49123456789"></a> via field()->toHref() would be great!
(0) 49 123 / 456 78 - 9
<a href="tel:+49123456789"></a>
field()->toHref()
We'd need a separate "Phone number" option then, right?
Yes!
I added it as an optional type you can add with the options: array.
options:
Turning a user input like
(0) 49 123 / 456 78 - 9
into<a href="tel:+49123456789"></a>
viafield()->toHref()
would be great!