A comfortable contact form
(until I find a better name!)
For asynchronous communication between your visitors and you.
I’ve been forever dissatisfied with the current solutions.
In my website mockups, asking a question is always designed to be easy and encouraged. It is not so.
Not anymore.
Your visitor talking to you should be a smooth, pleasant experience. It should be as easy as asking a salesperson a quick question.
As a developer, you should drop one line in your code and be done with it. It should have good defaults which you can customize.
Choose your own level of bothering, from minimal to hands-on.
Custom elements approach:
<contact-form-dialog></contact-form-dialog>
And then:
document.querySelector("contact-form-dialog").open()
And that’s it.
Or use a macro:
= contact_form_dialog
Will also be available: integration in React or Vue.
Dialog:
POST /submissions
)<html>.locale
)Open:
<title>
)Enough of second-class, time sink I18n. Just works by default, batteries included.
Uses --accent-color
as the accent color. (Leaving empty: minimal black and white)
It should be constantly optimized for humans, never the reverse.
We should make the user as happy as possible, the developer as happy as possible, and the staff as happy as possible.
You can save it for later, or discard altogether and start over (and undo!)
Context can be programmatically added
You can include as much or as few CSS as you wish:
--accent-color
and you’re good to go!