15 lines
606 B
HTML
15 lines
606 B
HTML
<!-- A hidden form for Netlify to parse and recognize -->
|
|
<form name="contact" netlify netlify-honeypot="bot-field" hidden>
|
|
<input type="text" name="name" />
|
|
<input type="email" name="email" />
|
|
<input type="tel" name="phone" />
|
|
<select name="subject">
|
|
<option value="Hardware Solutions">Hardware Solutions</option>
|
|
<option value="FOSS Support">FOSS Support</option>
|
|
<option value="Data Services">Data Services</option>
|
|
<option value="Custom Development">Custom Development</option>
|
|
<option value="Other">Other</option>
|
|
</select>
|
|
<textarea name="message"></textarea>
|
|
</form>
|