[ 'fields' => [ 'subject' => true, 'email' => true, 'captcha' => true, ], 'sendConfirmationEmail' => true, 'sendBackendEmail' => true, 'email' => [ 'mailerClass' => 'CakeContactUs.ContactUsFormSubmissions', 'confirmation' => [ 'enabled' => true, ], 'backend' => [ 'enabled' => true, 'to' => 'bshipley@hipowered.dev', ], ], 'addIdToRedirect' => true, 'redirectUrl' => [ 'prefix' => 'Admin', 'plugin' => 'CakeContactUs', 'controller' => 'ContactUsFormSubmissions', 'action' => 'view', ], ], ];