Hi all,
I'm trying to create an HTML field on a form that uses the mailto:-Tag.
So in the HTML I put <a href=”mailto:user@domain.com”>Message Support</a>
However, on the live form this string is appended to the Portal url's pointer to the app->form itself.
Looks like this:
https://webcon.finnova.com/db/1/app/15/element/57427/%E2%80%9D<a href=”mailto:user@domain.com”>Message Support</a>
This way it prevents from opening external links.
Is this by design or am I doing something wrong?
I found another solution via path action "Hyperlink" but this inevitably uses a path Button and I would like to be more flexible, thus the HTML field.
Any idea? Thanks.