Jake Vanderwerf
3 hours ago ad01a2799464e36a3954abe14f84ab82d439da53
forms/contact.php
@@ -1,6 +1,6 @@
<?php
function atat_contact():array
function altr_contact():array
{
    return [
        'title'         => '',
@@ -8,8 +8,8 @@
        'submit'        => 'Contact',
        'success_title' => 'Success!',
        'success_description'   => [
            'We got it.',
            'We\'ll get back to you as soon as we can'
            'Got it.',
            'I\'ll get back to you as soon as we can - usually pretty quick.'
        ],
        'email_subject' => '[CONTACT]',
        'fields'        => [
@@ -50,7 +50,7 @@
            'message'   => [
                'type'  => 'textarea',
                'quill' => true,
                'label' => 'What do you want to say?'
                'label' => 'What do you need to talk about?'
            ]
        ]
    ];