diff --git a/crm/data/bool.json b/crm/data/bool.json
deleted file mode 100644
index 1bd9637bc..000000000
--- a/crm/data/bool.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "name": "Boolean value (yes/no)"
-}
\ No newline at end of file
diff --git a/crm/data/bool_multi.ejs b/crm/data/bool_multi.ejs
deleted file mode 100644
index 782b52234..000000000
--- a/crm/data/bool_multi.ejs
+++ /dev/null
@@ -1,3 +0,0 @@
-{foreach values as key => val}
-= 0} checked="checked"{/if}> {val}
-{/foreach}
diff --git a/crm/data/bool_multi.json b/crm/data/bool_multi.json
deleted file mode 100644
index 646df11d6..000000000
--- a/crm/data/bool_multi.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "name": "Boolean value (multiple checkboxes)"
-}
\ No newline at end of file
diff --git a/crm/data/enum.ejs b/crm/data/enum.ejs
deleted file mode 100644
index 34e5f4662..000000000
--- a/crm/data/enum.ejs
+++ /dev/null
@@ -1,7 +0,0 @@
-
diff --git a/crm/data/enum.json b/crm/data/enum.json
deleted file mode 100644
index 22d9b0011..000000000
--- a/crm/data/enum.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "name": "ENUM (single option)"
-}
\ No newline at end of file
diff --git a/crm/data/input.ejs b/crm/data/input.ejs
deleted file mode 100644
index 50a18170f..000000000
--- a/crm/data/input.ejs
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/crm/data/input.json b/crm/data/input.json
deleted file mode 100644
index d2248b34e..000000000
--- a/crm/data/input.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "name": "Text input",
- "options": {
- "type": {
- "title": "Input type",
- "values": ["hidden", "text", "password", "email"]
- }
- }
-}
\ No newline at end of file
diff --git a/crm/data/stamp.ejs b/crm/data/stamp.ejs
deleted file mode 100644
index 3885ebc91..000000000
--- a/crm/data/stamp.ejs
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/crm/data/stamp.json b/crm/data/stamp.json
deleted file mode 100644
index 408059ba1..000000000
--- a/crm/data/stamp.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "name": "Date/time input field"
-}
\ No newline at end of file