pages/content/contact/_index.html

74 lines
1.7 KiB
HTML
Raw Normal View History

2022-02-02 07:23:07 +00:00
---
title: Contact Me
cardImage: venice-mailbox
2024-11-20 17:47:54 +00:00
cardImageDescription:
This mailbox was used for reporting public health offenses in Venice. It
survived the wrath of Napoleon because it didn't look enough like a lion.
2022-02-02 07:23:07 +00:00
motto: Contact Me
2023-02-09 18:25:54 +00:00
description: Contact form to get ahold of me
date: 2023-07-01
2023-03-19 01:53:07 +00:00
menu:
main:
name: Contact
params:
icon: file-signature
2023-03-19 01:53:07 +00:00
weight: 1
fa-thumbnail: file-signature
validation: true
2022-02-02 07:23:07 +00:00
---
<form action="https://usebasin.com/f/787df7bfd22e" method="post">
2022-03-22 00:05:10 +00:00
<fieldset>
<legend>Contact Me</legend>
<input type="hidden" name="_gotcha" />
<label for="name">Name</label>
<input
type="text"
class="form-control"
id="name"
name="name"
placeholder="Jay Lush"
required
/>
<label for="email">Email</label>
<input
type="email"
class="form-control"
id="email"
name="email"
placeholder="jlush@iastate.edu"
required
/>
<label for="phone">Phone number</label>
<input
type="tel"
class="form-control"
id="phone"
name="phone"
placeholder="(515) 294-2160"
/>
<label for="subject">Subject</label>
<input
type="text"
class="form-control"
id="subject"
name="subject"
placeholder="Beef genetics"
required
/>
<label for="message">Message</label>
<textarea
rows="5"
class="form-control font-sans"
id="message"
name="body"
required
style="min-height: 72pt;"
></textarea>
<button type="reset" class="btn btn-default">Cancel</button>
<button type="submit" class="btn btn-primary pageclip-form__submit">
<span>Submit</span>
</button>
2022-03-22 00:05:10 +00:00
</fieldset>
2022-02-02 07:23:07 +00:00
</form>