From ad01a2799464e36a3954abe14f84ab82d439da53 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 28 May 2026 19:45:59 +0000
Subject: [PATCH] =gitblit switch
---
forms/contact.php | 13 +++++--------
1 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/forms/contact.php b/forms/contact.php
index d636f99..bafa1bc 100644
--- a/forms/contact.php
+++ b/forms/contact.php
@@ -3,16 +3,13 @@
function altr_contact():array
{
return [
- 'title' => 'Contact',
- 'description' => [
- 'You can always text, call, or email.',
- 'Or you can fill out this form and we\'ll get back to you as soon as we can.',
- ],
+ 'title' => '',
+ 'description' => [],
'submit' => 'Contact',
'success_title' => 'Success!',
'success_description' => [
- 'We got it.',
- 'We\'ll get back to you as soon as we can - usually pretty quick (unless it\'s a Monday or a Tuesday)'
+ 'Got it.',
+ 'I\'ll get back to you as soon as we can - usually pretty quick.'
],
'email_subject' => '[CONTACT]',
'fields' => [
@@ -53,7 +50,7 @@
'message' => [
'type' => 'textarea',
'quill' => true,
- 'label' => 'What do you want to say?'
+ 'label' => 'What do you need to talk about?'
]
]
];
--
Gitblit v1.10.0