-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (18 loc) · 878 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>Ilios Custom Field Request</title>
</head>
<body>
<h2>Ilios Custom Field Request</h2>
<h5>Please tell us what field you would like to have added to Ilios. We will follow up with a timeframe and more information.</h5>
<form action="https://formspree.io/david.leonard@ucsf.edu" method="POST">
School Name: <input type ="text" name ="school_name"><br>
Requestor: <input type ="text" name ="requestor"><br>
Technical Email Contact: <input type ="text" name ="tech_email_contact"><br>
Attribute to be Added: <input type ="text" name ="attribute_to_add"><br>
Reason / Use Case: <input type ="text" name ="reason_use_case"><br>
<input type="submit" value="Submit">
<input type="hidden" name="_next" value="https://www.iliosproject.org/index.html">
<input type="hidden" name="_cc" value="support@iliosproject.org">
</form>
</html>