CONTACT LINK DOCUMENTATION

Customize the contact link

Adding one or more GET parameters to the contact link can customize some additional features. The documentation explains how those features can be used along with the contact link.

name

If you are already aware of your user's full name you don't have to ask it again. So you can auto-fill it along with the contact link. All you have to do is pass the data as a GET parameter.

<a href="https://contact-link.maildim.com/{contact-link}/?name=customer+username" target="_blank">Email us</a>

email

If you are already aware of your user's email address you don't have to ask it again. So you can auto-fill it along with the contact link. All you have to do is pass the data as a GET parameter.

<a href="https://contact-link.maildim.com/{contact-link}/[email protected]" target="_blank">Email us</a>

subject

If you want to set a subject line in order to classify your emails, you can auto-fill it along with the contact link. All you have to do is pass the data as a GET parameter.

<a href="https://contact-link.maildim.com/{contact-link}/?subject=support+request" target="_blank">Email us</a>

message

If you want to set a predefined message in order to understand the message content, you can auto-fill it along with the contact link. All you have to do is pass the data as a GET parameter.

<a href="https://contact-link.maildim.com/{contact-link}/?subject=some+information+here" target="_blank">Email us</a>

next

If you want to redirect users after they have submitted the form you can set a redirect URL. All you have to do is auto-fill it along with the contact link.

<a href="https://contact-link.maildim.com/{contact-link}/?next=https://yourdomain.co/thanks.html" target="_blank">Email us</a>