Hi,
I’m building a wholesaler website and I want to have a button where a website visitor can send an email specifically regarding this product.
So, I want to put in a sort of link that would pull some dynamic information while creating the subject for the email mailto:garry@test.com?subject=Hi, I would like to know more information regarding this “dynamic link” fixture
It’s fairly simple with custom code. You just need to construct a mailto: link with the correct parameters like &subject=(your subject}. When the user clicks that link, their mail program will create a new message with that subject, but they can change it.
Thanks for your tipp. Very welcome. My case was a little different as the subject line should be composed out of dynamic data from CMS. Found a solution with some other custom html code which put the dynamic data into the subject line: