posted on September 6, 2011 11:13:30 PM new
Does Vendio have contact forms I can put on my website instead of just having my customers email me? Or can I put a link to my email so they can just click on the link and be able to send me any comments or suggestions?
posted on September 7, 2011 01:19:03 PM new
Hello,
We do not have contact forms available at this time. You can however make your email address clickable (which some browsers will do automatically) and even create a custom subject line by listing your email address with HTML code around it.
<a href="mailto:[email protected]?subject=Storefront contact">Click here to email me</a>
You can use the above HTML to do this, just change the email address, subject and wording to display to your own.