We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Volt mailto and deactivate for bootstrap popover

Hello,

is there a way to create a link_to with mailto attribute?

And how to deactivate link_to for bootstrap popover?



32.3k
Accepted
answer

Did you try with locale = false

{{ link_to(["mailto:[email protected]",  "write me", "local" : false]) }}

you can add the rest of attributes to bootstrap popover

Good luck



59.9k
edited Apr '18

Hello Emilio,

yes that did the trick! But for me it is working without the brackets [ ].

Thank you :-)

[...] it is working without the brackets [ ].

Yes you are right