JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add contact form
[wfpl-cms.git] / contact.html
1 <!DOCTYPE html>
2
3 <html lang="en">
4 <head>
5         <meta charset="utf-8" />
6         <title><!--~$title show {~-->Messages<!--~}~--></title>
7         <link rel="stylesheet" href="style.css">
8 </head>
9
10 <body>
11 <!--~$body show {~-->
12
13         <!--~form {~-->
14                 <h2>Submit a message</h2>
15
16                 <form action="contact" method="post">
17
18                         <div class="caption">Name</div>
19                         <div class="field"><input type="text" name="name" value="~name attr~"></div>
20
21                         <div class="caption">Email</div>
22                         <div class="field"><input type="email" name="email" value="~email attr~"></div>
23
24                         <div class="caption">Robot Barrier (Required)</div>
25                         <div class="field_notes">Enter (below) the number between ~robot_minus_one~ and ~robot_plus_one~</div>
26                         <div class="field"><input type="text" name="robot" value="~robot attr~"></div>
27
28                         <div class="caption">Comments</div>
29                         <div class="field"><textarea rows="9" cols="22" name="comments">~comments html~</textarea></div>
30
31                         <div class="caption"></div>
32                         <div class="field"><input type="submit" name="save" value="Save"></div>
33
34                 </form>
35         <!--~}~-->
36
37 <!--~}~-->
38 </body>
39 </html>