summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-03 00:40:23 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-03 00:40:23 +0200
commit0e78dbf9f1b07adb5096a108bf9c64cf961813d9 (patch)
treedca927c712ea741ffe586c3b539632504cd35e39
parent9a57c2f803aa70ace20f34e93dc0754a1a00180b (diff)
Add contact form.
-rw-r--r--contact.mdwn15
-rw-r--r--contact/thanks.mdwn3
2 files changed, 18 insertions, 0 deletions
diff --git a/contact.mdwn b/contact.mdwn
new file mode 100644
index 0000000..a105efc
--- /dev/null
+++ b/contact.mdwn
@@ -0,0 +1,15 @@
+# Omni-presence contact form
+
+<tmpl_var js-head>
+
+<div class=form>
+<tmpl_var form-start>
+<tmpl_loop fields>
+<div class="<tmpl_var label escape=html>">
+<span class="fb_label<tmpl_if required> fb_required</tmpl_if>"><tmpl_var label></span>
+<tmpl_var field><tmpl_if error> <span class="fb_invalid"><tmpl_var error></span></tmpl_if><tmpl_if comment> <tmpl_var comment></tmpl_if>
+</div>
+</tmpl_loop>
+<tmpl_var form-submit>
+<tmpl_var form-end>
+</div>
diff --git a/contact/thanks.mdwn b/contact/thanks.mdwn
new file mode 100644
index 0000000..353b1ae
--- /dev/null
+++ b/contact/thanks.mdwn
@@ -0,0 +1,3 @@
+# Omni-presence contact form
+
+Thanks for your interest in Omni-presence.