Build a easy contact form on your own website.
action="https://contactform.dk/your@email.com"
<form action="https://contactform.dk/your@email.com">
<input type="text" name="name" />
<input type="message" name="message" />
<button type="submit">Send</button>
</form>
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.
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.
Yes, you can see it on CopenhagenJS and kevinsimper.dk.
Allow feedback on blogposts but send it directly to your inbox instead of showing it publicly underneath.
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.
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: