diff --git a/src/assets/contact/formio/domainRequest.json b/src/assets/contact/formio/domainRequest.json
index ae6fb0687f0cb10427c990902e92633338d53531..31a7c5eb27b210393a87ea354fba0fa6eaeb0c90 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",