Make a Contact Form

Build a easy contact form on your own website.

How to

  • Make a form
  • Add action="https://contactform.dk/your@email.com"
  • Start receiving submissions!
<form action="https://contactform.dk/your@email.com">
  <input type="text" name="name" />
  <input type="message" name="message" />
  <button type="submit">Send</button>
</form>

Example

FAQ

What is stored on your servers?

We do not store the content of the form submissions! We store a record of who received a submission and timestamp of when it happend.

Is this free?

Yes, this service is free because we use it when we teach programming. Making a form is often a great next step after learning a bit of HTML and JavaScript.

Can I see examples of websites where it is used?

Yes, you can see it on CopenhagenJS and kevinsimper.dk.

Creative ways to use contactform.dk

Add a comment form underneath blogposts

Allow feedback on blogposts but send it directly to your inbox instead of showing it publicly underneath.

Make a Intercom.io support widget

Make a small widget that appears in the corner on all pages that allows your website users easily to get in contact with you. It can include information about the user and which page they are on allowing you to easily help and get back to them. No need to buy expensive intercom.io license.

Behind the scenes

Hi, my name is Kevin Simper and I develop contactform.dk, please fill out the contactform if you have any question!

Here is the video that inspired me to create this service: