Hi, I’m fairly new to Monday.com, but loving it so far. I have run across an issue that I’m not sure how to resolve, though.
I’m creating a form, and in the description at the top, I included the email address for the committee chair in charge of submissions for this project, in case anyone filling in the form has questions.
However, when I test the form in an incognito window, his email address isn’t showing that it’ll email him if someone clicks it - instead, it resolves to the overall domain that hosts his email account. His email address is along the lines of xxx@yyy.com, and in the form, when I roll over his email address, it links to http://yyy.com, rather than his actual address.
I’m sure this is something small I’ve overlooked, and an easy fix, but I’d love some guidance! Thank you!!
Hi @lbhdso824
it’s a small but common formatting issue! just typing an email like xxx@yyy.com without formatting it properly can cause it to automatically convert into a link pointing to http://yyy.com, rather than creating a clickable email link.
try using mailto:` prefix to make the link behave as an email link: mailto:xxx@yyy.com
Additionally If you’re looking for an easy way to create customized documents (like PDFs, invoices, quotes, reports, or contracts) directly from your monday.com data, you might want to check out DocCreate.
I tried that already - when I preview the form, the entire string “mailto:xxx@yyy.com” is visible to end users, and the link still only connects to the overall domain, not that person’s email address.
WorkForms description supports HTML, meaning you can add this piece of code: <a href="mailto:xxx@yyy.com" target="_blank">Send Email to xxx@yyy.com</a>
If you want to add links or other code throughout the form our monday app Easyform supports HTML in all field descriptions.