From 4ff48ff54fc7f58362bb4e5977512c6c1b4e4dac Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 19 Apr 2017 14:19:45 +0200 Subject: Add form templates. Add book form. --- book.mdwn | 1 + book/thanks.mdwn | 7 +++++++ templates/form-receipt.mdwn | 8 ++++++++ templates/form.mdwn | 10 ++++++++++ 4 files changed, 26 insertions(+) create mode 100644 book.mdwn create mode 100644 book/thanks.mdwn create mode 100644 templates/form-receipt.mdwn create mode 100644 templates/form.mdwn diff --git a/book.mdwn b/book.mdwn new file mode 100644 index 0000000..5daa038 --- /dev/null +++ b/book.mdwn @@ -0,0 +1 @@ +[[!template id=form]] diff --git a/book/thanks.mdwn b/book/thanks.mdwn new file mode 100644 index 0000000..3edbcbe --- /dev/null +++ b/book/thanks.mdwn @@ -0,0 +1,7 @@ +# Tilmelding til LetsGo - kvittering + +Tak for din booking-ansøgning ved stadsvandring.dk - du vil snarest blive kontaktet! + +Her er hvad vi har modtaget af ansökan fra dig: + +[[!template id=form-receipt]] diff --git a/templates/form-receipt.mdwn b/templates/form-receipt.mdwn new file mode 100644 index 0000000..9ecbe4a --- /dev/null +++ b/templates/form-receipt.mdwn @@ -0,0 +1,8 @@ +
+ +
+ + +
+
+
diff --git a/templates/form.mdwn b/templates/form.mdwn new file mode 100644 index 0000000..65f3d24 --- /dev/null +++ b/templates/form.mdwn @@ -0,0 +1,10 @@ +
+ + +
+ + + + + +
-- cgit v1.2.3