diff --git a/app/Controllers/Contact.php b/app/Controllers/Contact.php new file mode 100644 index 0000000..9d26fbf --- /dev/null +++ b/app/Controllers/Contact.php @@ -0,0 +1,21 @@ +renderExtPage('developers', $data); + } + + public function formMessage() + { + $returnMsg = "Message Received, we will get back in touch to follow up"; //
"; + echo $returnMsg; + } + +} \ No newline at end of file diff --git a/app/Views/welcome_message.php b/app/Views/welcome_message.php index eef7235..b9e18c2 100644 --- a/app/Views/welcome_message.php +++ b/app/Views/welcome_message.php @@ -371,14 +371,14 @@
-
+
@@ -386,7 +386,37 @@ +