Hi,
Small and low priority one here - I thought it could be useful if when we add a link we can add the link type in the UI, instead of manually editing the code to include mailto: or tel:.
Hi,
Small and low priority one here - I thought it could be useful if when we add a link we can add the link type in the UI, instead of manually editing the code to include mailto: or tel:.
HREF part has to be written manually, no? So specifying http: or mailto: or tel: would have to done when writing the HREF value.
Yes, currently I write this manually as I mention - just a suggestion for the team to add UI to allow the Wappler use to choose a type of link.
So for HTTP it will not add HTTP in the HREF, but for mail/tel it will prefix mailto & tel?
This might cause some confusion I think. The link value can also be dynamic…
Do you have any design ideas on how this would get implemented? I can’t see a use case for it so far.
As a warning, mailto
exposes your email address to email harvesters. It can be used if the email address is obfuscated.
Edit: This is how I have shown the email address:
<p><a href="javascript:void(0);" class="btn reverse btn-outline-light btn-sm" wappler-command="editContent" dmx-on:click="browser.goto(scOrganisation.data.eml_link)">{{scOrganisation.data.eml_displayed}} <i class="fa fa-envelope-o"></i></a></p>