If you want to share:
- A question, comment, or correction about an article I wrote
- A question, feature request, or bug report for software I wrote
- A request for an article topic
- A picture of your cat
- Anything else that's likely to make my day
Please use the following form, or email
contact@echowritescode.dev. I will do my best to respond
within a few days.
Please be respectful, and don't send me spam. Thank you!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
If you want to share:
<ul class="multicolumn">
<li>A question, comment, or correction about an article I wrote</li>
<li>A question, feature request, or bug report for software I wrote</li>
<li>A request for an article topic</li>
<li>A picture of your cat</li>
<li>Anything else that's likely to make my day</li>
</ul>
Please use the following form, or email
[contact@echowritescode.dev](mailto:contact@echowritescode.dev). I will do my best to respond
within a few days.
Please be respectful, and don't send me spam. Thank you!
<form class="inline-form" action="/form/contact" method="POST">
<div class="inline-form-row">
<div>
<label for="contact-email">E-mail <span aria-label="required">(Required)</span></label>
<input id="contact-email" name="email" placeholder="anicefriend@example.com" type="email" required>
</div>
<div>
<label for="contact-name">Name <span aria-label="required">(Required)</span></label>
<input id="contact-name" name="name" placeholder="A Nice Friend" type="text" required>
</div>
<div>
<label for="contact-pronouns">Pronouns <span aria-label="optional">(Optional)</span></label>
<input id="contact-pronouns" name="pronouns" placeholder="they/them" type="text">
</div>
<div>
<label for="contact-organization">Organization <span aria-label="optional">(Optional)</span></label>
<input id="contact-organization" name="organization" placeholder="Nobody In Particular, Inc." type="text">
</div>
</div>
<div class="inline-form-row">
<div>
<label for="contact-subject">Subject <span aria-label="required">(Required)</span></label>
<input id="contact-subject" name="subject" placeholder="Hi Echo" type="text" required>
</div>
</div>
<div class="inline-form-row">
<div>
<label for="contact-message">Message <span aria-label="required">(Required)</span></label>
<textarea id="contact-message" name="message" placeholder="Did you know that..." required></textarea>
</div>
</div>
<div class="inline-form-row">
<input type="submit" value="Send Message">
</div>
</form>