Pre-built contact forms for your website

You don't have to code your own HTML forms anymore. Our pre-built forms are the easiest way to integrate a contact form with any website.


Get your FormSubmit Email Link right away

FormSubmit Email Link is the most secure and the simplest way to receive emails from your users or followers on social media while shielding your email address. You can replace your mailto: tag on your website or share it on social media instead of your email address. No coding, technical skills, or effort is required, within 10 seconds you will get your email link working. Get it now and start receiving emails from your email link instantly. You are always certain with the FormSubmit Email Link.

Setup is easy and free as FormSubmit.

No coding, technical knowledge, HTML, or CSS involved. You are just 2 clicks away from having an active email link to receive emails.

NO REGISTRATION REQUIRED AS ALWAYS

1. ENTER YOUR EMAIL ADDRESS

You can use the above form to get your own custom email link, all you have to do is enter your email address and click on the create button.

2. CLICK ON THE ACTIVATION LINK

After you have submitted the above form you will get an email with your email link and activation link, click on the activation link in order to activate your email link.

3. ADD IT TO YOUR WEBSITE

Then you can add the email link to your website instead of your naked email address or you can also share it on social media. you will get every message to your mailbox securely and freely.

<a href="https://formsubmit.co/el/{custom-link}" target="_blank">Email us</a>

STATS

websites are using FormSubmit Email Link instead of building their own contact forms.

Customize Your FormSubmit Email Link

Adding one or more GET parameters to the email link can customize some additional features. The documentation explains how those features can be used along with the email 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 email link. All you have to do is pass the data as a GET parameter.

<a href="https://formsubmit.co/el/{custom-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 email link. All you have to do is pass the data as a GET parameter.

<a href="https://formsubmit.co/el/{custom-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 email link. All you have to do is pass the data as a GET parameter.

<a href="https://formsubmit.co/el/{custom-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 fill it in along with the email link. All you have to do is pass that message as a GET parameter.

<a href="https://formsubmit.co/el/{custom-link}/?message=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. You only have to pass that redirect URL with the email link as a GET parameter.

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