# Contact Form

Filling out this form will send me an email and an instant message.
It is the best way to reach me if we are not already connected.
If you prefer to communicate over Signal, Telegram, or WhatsApp,
be sure to include that information below.

Your information will be sent to Formspree, which is the service that
processes these requests.

If you are under the age of 13, please have an adult assist you with
this form.

<form class="form-style" method="post" action="https://formspree.io/f/myyoarad" data-toggle="validator">

<label for="username">Name</label>
<input class="field-style field-full" type="text" name="username" id="username" placeholder="Name" required>

<label for="email">Email</label>
<input class="field-style field-full" type="email" id="email" name="email" placeholder="Email" required>


<label for="message">Message</label><br />
<textarea class="field-style" name="message" id="message" rows="6" placeholder="Message"></textarea>

<input class="field-style" type="submit" value="Send">

</form>