From 4a2babc8540b4c09ec12d2a0f5e317f830cbf1a8 Mon Sep 17 00:00:00 2001 From: muppeth Date: Tue, 5 Jul 2022 00:14:52 +0200 Subject: [PATCH] added catchall feature to custom domain form --- pages/forms/domain-linking-form/form.en.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/forms/domain-linking-form/form.en.md b/pages/forms/domain-linking-form/form.en.md index a40a0cf1..7f160205 100644 --- a/pages/forms/domain-linking-form/form.en.md +++ b/pages/forms/domain-linking-form/form.en.md @@ -28,6 +28,13 @@ form: validate: pattern: '[A-Za-z0-9.-]*' required: true + - + name: catchall + markdown: true + type: checkbox + label: '**Catchall mail** - is a feature for your custom domain. It enables you to recieve any and all emails addressed to your domain even if not addressed to your email address (anything@yourdomain.ltd).' + validate: + required: false - name: xmpp markdown: true