init
This commit is contained in:
14
public/form.html
Normal file
14
public/form.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user