From 3b1ffc8892e45f08588f063199f1ef6f7c89984e Mon Sep 17 00:00:00 2001
From: Lukasz Lopatowski <llopat@man.poznan.pl>
Date: Tue, 20 Jul 2021 08:41:36 +0200
Subject: [PATCH] NMAAS-999: Fixing input fields

---
 src/assets/contact/formio/domainRequest.json | 27 ++++----------------
 1 file changed, 5 insertions(+), 22 deletions(-)

diff --git a/src/assets/contact/formio/domainRequest.json b/src/assets/contact/formio/domainRequest.json
index ae6fb068..31a7c5eb 100644
--- a/src/assets/contact/formio/domainRequest.json
+++ b/src/assets/contact/formio/domainRequest.json
@@ -140,29 +140,12 @@
     {
       "label": "TECH_CONTACT",
       "description": "TECH_CONTACT_DESCRIPTION",
-      "hideLabel": false,
-      "type": "container",
-      "input": true,
+      "placeholder": "TECH_CONTACT_PLACEHOLDER",
+      "persistent": false,
+      "type": "textfield",
       "key": "techContact",
-      "tab": 0,
-      "components": [
-        {
-          "label": "NAME",
-          "tableView": true,
-          "type": "textfield",
-          "input": true,
-          "key": "name",
-          "inputFormat": "plain"
-        },
-        {
-          "label": "EMAIL",
-          "tableView": true,
-          "type": "email",
-          "input": true,
-          "key": "email",
-          "inputFormat": "plain"
-        }
-      ]
+      "input": true,
+      "inputFormat": "plain"
     },
     {
       "label": "NAME",
-- 
GitLab