diff --git a/config/ripple_horizontal_form.php b/config/ripple_horizontal_form.php
new file mode 100644
index 000000000..09d593bdd
--- /dev/null
+++ b/config/ripple_horizontal_form.php
@@ -0,0 +1,39 @@
+ '
{{content}}
',
+ // Label element when inputs are not nested inside the label.
+ 'label' => '
'
+ . ''
+ . '
',
+ // Generic input element.
+ 'input' => '
'
+ . ''
+ . '
',
+
+];
+/*
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ */
\ No newline at end of file
diff --git a/src/Form/TransferForm.php b/src/Form/TransferForm.php
new file mode 100644
index 000000000..3ac00faa6
--- /dev/null
+++ b/src/Form/TransferForm.php
@@ -0,0 +1,8 @@
+