JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
first stab at paypal_ipn framework
[wfpl-cms.git] / contact.html
1 <!DOCTYPE html>
2
3 <html lang="en">
4 <head>
5         <title></title>
6 </head>
7
8 <body>
9 <!--~$body show {~-->
10         <!--~form {~-->
11                 <form action="contact" method="post">
12
13                         <div class="caption">Name</div>
14                         <div class="field"><input type="text" name="name" value="~name attr~"></div>
15
16                         <div class="caption">Email</div>
17                         <div class="field"><input type="email" name="email" value="~email attr~"></div>
18
19                         <div class="caption">Robot Barrier (Required)</div>
20                         <div class="field_notes">Enter (below) the number between ~robot_minus_one~ and ~robot_plus_one~</div>
21                         <div class="field"><input type="text" name="robot" value="~robot attr~"></div>
22
23                         <div class="caption">Message</div>
24                         <div class="field"><textarea style="box-sizing: border-box; width: 100%; height: 220px" name="comments">~comments html~</textarea></div>
25
26                         <div class="caption"></div>
27                         <div class="field"><input type="submit" value="Send"></div>
28
29                 </form>
30         <!--~}~-->
31 <!--~}~-->
32 </body>
33 </html>