<?xml version="1.0" encoding="utf-8"?><FormdefinitionGetResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCI.LIVITS.CMS.Modules.ModuleFormBuilderV3.ServiceModel"><Form xmlns:d2p1="http://schemas.datacontract.org/2004/07/CCI.LIVITS.CMS.Modules.ModuleFormBuilderV3.ServiceModel.Types"><d2p1:FormSettings><d2p1:ActionAfterSubmit>SHOWMESSAGE</d2p1:ActionAfterSubmit><d2p1:ActionMessage>&lt;p&gt;Beste &lt;span id="E1Voornaam" class="mergeField" contenteditable="false" data-field-name="Contactinformatie - Voornaam"&gt;%%respondent.form_data.E1Voornaam%%&lt;/span&gt;,&lt;/p&gt;
&lt;p&gt;Het formulier is door ons ontvangen. Bedankt! &lt;/p&gt;</d2p1:ActionMessage><d2p1:ActionRedirect><d2p1:Target></d2p1:Target><d2p1:Url></d2p1:Url></d2p1:ActionRedirect><d2p1:EmailToAdmin><d2p1:Active>true</d2p1:Active><d2p1:EmailId>156</d2p1:EmailId></d2p1:EmailToAdmin><d2p1:EmailToRespondent><d2p1:Active>true</d2p1:Active><d2p1:EmailId>157</d2p1:EmailId></d2p1:EmailToRespondent><d2p1:FormName>Brancheplan Verpakkingen</d2p1:FormName><d2p1:FormStatus>ACTIVE</d2p1:FormStatus><d2p1:RespondentEmail></d2p1:RespondentEmail><d2p1:RespondentName></d2p1:RespondentName><d2p1:SelectedCRMHooks xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /><d2p1:SelectedDMSHooks xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /><d2p1:SelectedJSHooks xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /><d2p1:documentToDossierId>105</d2p1:documentToDossierId><d2p1:documentToDossierName>Uploads verpakkingen</d2p1:documentToDossierName><d2p1:documentToRespondent>false</d2p1:documentToRespondent><d2p1:reCaptchaSiteKeyV3>6Ldl0bgUAAAAANU79tqRefkwf1bCSLZ4T33EHwBn</d2p1:reCaptchaSiteKeyV3></d2p1:FormSettings><d2p1:formDefinition>[
  {
    "id": "E1Profile",
    "component": "personInfo",
    "maxChars": 100,
    "editable": true,
    "index": 0,
    "label": "Contactinformatie",
    "description": "",
    "placeholder": "",
    "options": [],
    "required": false,
    "validation": "NONE",
    "componentType": "personInfo",
    "defaultValue": "",
    "reuseAllowed": false,
    "fields": [
      {
        "label": "Bedrijfsnaam",
        "id": "E1Bedrijfsnaam",
        "component": "text",
        "maxChars": 100,
        "required": true,
        "requiredMessage": "Dit veld is verplicht.",
        "show": true,
        "xlabel": "Bedrijfsnaam"
      },
      {
        "label": "Functie",
        "id": "E1Functie",
        "component": "text",
        "maxChars": 128,
        "required": true,
        "requiredMessage": "Dit veld is verplicht.",
        "show": true,
        "xlabel": "Functie"
      },
      {
        "label": "Geslacht",
        "id": "E1Geslacht",
        "component": "select",
        "options": [
          {
            "name": "Man",
            "value": true,
            "id": "E1Geslacht_male"
          },
          {
            "name": "Vrouw",
            "value": false,
            "id": "E1Geslacht_female"
          },
          {
            "name": "Overig",
            "value": false,
            "id": "E1Geslacht_other"
          }
        ],
        "required": false,
        "requiredMessage": "Dit veld is verplicht.",
        "show": false,
        "xlabel": "Geslacht"
      },
      {
        "label": "Voorletters",
        "id": "E1Voorletters",
        "component": "text",
        "maxChars": 50,
        "required": false,
        "requiredMessage": "Dit veld is verplicht.",
        "show": true,
        "xlabel": "Voorletters"
      },
      {
        "label": "Voornaam",
        "id": "E1Voornaam",
        "component": "text",
        "maxChars": 50,
        "required": true,
        "requiredMessage": "Dit veld is verplicht.",
        "show": true,
        "xlabel": "Voornaam"
      },
      {
        "label": "Tussenvoegsel",
        "id": "E1Tussenvoegsel",
        "component": "text",
        "maxChars": 50,
        "required": false,
        "requiredMessage": "Dit veld is verplicht.",
        "show": true,
        "xlabel": "Tussenvoegsel"
      },
      {
        "label": "Achternaam",
        "id": "E1Achternaam",
        "component": "text",
        "maxChars": 50,
        "required": true,
        "requiredMessage": "Dit veld is verplicht.",
        "show": true,
        "xlabel": "Achternaam"
      },
      {
        "label": "Adres",
        "id": "E1Adres",
        "component": "text",
        "maxChars": 100,
        "required": false,
        "requiredMessage": "Dit veld is verplicht.",
        "show": false,
        "xlabel": "Adres"
      },
      {
        "label": "Postcode",
        "id": "E1Postcode",
        "component": "text",
        "maxChars": 10,
        "required": false,
        "requiredMessage": "Dit veld is verplicht.",
        "show": false,
        "validation": "NONE",
        "invalidMessage": "Vul een geldige postcode in.",
        "validationOptions": [
          {
            "label": "Geen",
            "rule": "NONE",
            "type": "text"
          },
          {
            "label": "Postcode NL",
            "rule": "[postcode-NL]",
            "type": "text"
          },
          {
            "label": "Postcode BE",
            "rule": "[postcode-BE]",
            "type": "text"
          },
          {
            "label": "Postcode FR",
            "rule": "[postcode-FR]",
            "type": "text"
          },
          {
            "label": "Postcode UK",
            "rule": "[postcode-UK]",
            "type": "text"
          }
        ],
        "xlabel": "Postcode"
      },
      {
        "label": "Plaats",
        "id": "E1Plaats",
        "component": "text",
        "maxChars": 50,
        "required": false,
        "requiredMessage": "Dit veld is verplicht.",
        "show": false,
        "xlabel": "Plaats"
      },
      {
        "label": "Land",
        "id": "E1Land",
        "component": "text",
        "maxChars": 30,
        "required": false,
        "requiredMessage": "Dit veld is verplicht.",
        "show": false,
        "xlabel": "Land"
      },
      {
        "label": "E-mail",
        "id": "E1Email",
        "component": "text",
        "maxChars": 255,
        "inputType": "text",
        "required": true,
        "requiredMessage": "Dit veld is verplicht.",
        "show": true,
        "validation": "[email]",
        "invalidMessage": "Vul een geldig e-mailadres in.",
        "validationOptions": [
          {
            "label": "Geen",
            "rule": "NONE",
            "type": "text"
          },
          {
            "label": "E-mail",
            "rule": "[email]",
            "type": "email"
          }
        ],
        "xlabel": "E-mail"
      },
      {
        "label": "Telefoon",
        "id": "E1Telefoon",
        "component": "text",
        "maxChars": 20,
        "inputType": "tel",
        "required": true,
        "requiredMessage": "Dit veld is verplicht.",
        "show": true,
        "validation": "NONE",
        "invalidMessage": "Vul een geldig cijfer in.",
        "validationOptions": [
          {
            "label": "Geen",
            "rule": "NONE",
            "type": "text"
          },
          {
            "label": "Cijfers",
            "rule": "[number]",
            "type": "number"
          }
        ],
        "xlabel": "Telefoon"
      },
      {
        "label": "Mobiel",
        "id": "E1Mobiel",
        "component": "text",
        "maxChars": 20,
        "inputType": "tel",
        "required": false,
        "requiredMessage": "Dit veld is verplicht.",
        "show": false,
        "validation": "NONE",
        "invalidMessage": "Vul een geldig cijfer in.",
        "validationOptions": [
          {
            "label": "Geen",
            "rule": "NONE",
            "type": "text"
          },
          {
            "label": "Cijfers",
            "rule": "[number]",
            "type": "number"
          }
        ],
        "xlabel": "Mobiel"
      }
    ],
    "formInfo": "",
    "attributes": {
      "showMoreNAWInfo": true
    }
  },
  {
    "id": "id_2jz5ej7",
    "component": "radio",
    "maxChars": 100,
    "editable": true,
    "index": 1,
    "label": "Rol van ondertekenaar",
    "description": "",
    "placeholder": "",
    "options": [
      {
        "name": "Deelnemende partij",
        "value": true,
        "id": "tb0gf7a"
      },
      {
        "name": "Ondersteunende partij",
        "value": false,
        "id": "n1f6v66"
      }
    ],
    "required": false,
    "validation": "NONE",
    "componentType": "custom",
    "defaultValue": "",
    "reuseAllowed": true,
    "inputType": "text",
    "requiredMessage": "Dit veld is verplicht.",
    "invalidMessage": "",
    "attributes": {}
  },
  {
    "id": "id_4aecnqf",
    "component": "radio",
    "maxChars": 100,
    "editable": true,
    "index": 2,
    "label": "Grootte bedrijf (aantal medewerkers):",
    "description": "",
    "placeholder": "",
    "options": [
      {
        "name": "1",
        "value": true,
        "id": "r6yu7bh"
      },
      {
        "name": "2-250",
        "value": false,
        "id": "noz33z7"
      },
      {
        "name": "Meer dan 250",
        "id": "4twe6lq",
        "value": false
      }
    ],
    "required": false,
    "validation": "NONE",
    "componentType": "custom",
    "defaultValue": "",
    "reuseAllowed": true,
    "inputType": "text",
    "requiredMessage": "Dit veld is verplicht.",
    "invalidMessage": "",
    "attributes": {}
  },
  {
    "id": "id_b3y7wo6",
    "component": "text",
    "maxChars": 100,
    "editable": true,
    "index": 3,
    "label": "Website adres:",
    "description": "",
    "placeholder": "",
    "options": [],
    "required": true,
    "validation": "NONE",
    "componentType": "custom",
    "defaultValue": "",
    "reuseAllowed": true,
    "inputType": "text",
    "requiredMessage": "Dit veld is verplicht.",
    "invalidMessage": "",
    "attributes": {}
  },
  {
    "id": "id_g994jo1",
    "component": "select",
    "maxChars": 100,
    "editable": true,
    "index": 4,
    "label": "Type bedrijf (in de keten):",
    "description": "",
    "placeholder": "",
    "options": [
      {
        "name": "-Selecteer-",
        "id": "idEmptyOption.3482teb50a4",
        "value": true,
        "required": false
      },
      {
        "name": "Fabrikant",
        "value": false,
        "id": "zjli4w2"
      },
      {
        "name": "Groothandel",
        "value": false,
        "id": "9we0wgz"
      },
      {
        "name": "Installateur",
        "id": "vm0uozp",
        "value": false
      },
      {
        "name": "Opdrachtgever / eindgebruiker",
        "id": "7qujdqt",
        "value": false
      },
      {
        "name": "Afvalinzamelaar",
        "id": "h1tjspu",
        "value": false
      },
      {
        "name": "Anders, namelijk",
        "id": "xolhk7t",
        "value": false
      }
    ],
    "required": false,
    "validation": "NONE",
    "componentType": "custom",
    "defaultValue": "",
    "reuseAllowed": true,
    "inputType": "text",
    "requiredMessage": "Dit veld is verplicht.",
    "invalidMessage": "",
    "attributes": {}
  },
  {
    "id": "id_ct1uy1w",
    "component": "html-text",
    "maxChars": 100,
    "editable": true,
    "index": 5,
    "label": "",
    "description": "",
    "placeholder": "",
    "options": [],
    "required": false,
    "validation": "NONE",
    "componentType": "layout",
    "defaultValue": "",
    "reuseAllowed": true
  },
  {
    "id": "id_av3e1f4",
    "component": "textArea",
    "maxChars": 100,
    "editable": true,
    "index": 6,
    "label": "Gebruik dit veld alleen indien hierboven bij Type bedrijf is ingevuld: Anders, namelijk",
    "description": "",
    "placeholder": "",
    "options": [],
    "required": false,
    "validation": "NONE",
    "componentType": "custom",
    "defaultValue": "",
    "reuseAllowed": true,
    "inputType": "text",
    "requiredMessage": "Dit veld is verplicht.",
    "invalidMessage": "",
    "attributes": {}
  },
  {
    "id": "id_5vlllpg",
    "component": "html-text",
    "maxChars": 100,
    "editable": true,
    "index": 7,
    "label": "Plaatsing bedrijfslogo",
    "description": "&lt;p class=\"MsoNormal\"&gt;Om je  bedrijf te vermelden op de pagina  &lt;a href=\"https://www.brancheplanverpakkingen.nl/wie-doet-er-mee\" target=\"_blank\" rel=\"noopener\"&gt;Wie doet er mee - Brancheplan Verpakkingen&lt;/a&gt; ontvangen we graag het bedrijfslogo. Wil je deze mailen naar &lt;a href=\"mailto:alena.ivanova@fme.nl\" target=\"_blank\" rel=\"noopener\"&gt;Alena Ivanova&lt;/a&gt; (als .jpg of .png).&lt;/p&gt;",
    "placeholder": "",
    "options": [],
    "required": false,
    "validation": "NONE",
    "componentType": "layout",
    "defaultValue": "",
    "reuseAllowed": true
  },
  {
    "id": "id_45wskqi",
    "component": "html-text",
    "maxChars": 100,
    "editable": true,
    "index": 8,
    "label": "Heb je toch nog vragen?",
    "description": "&lt;p class=\"MsoNormal\"&gt;&lt;span style=\"font-size: 10.0pt;\"&gt;&lt;span style=\"color: #232a33; background: white;\"&gt;Stuur een mailtje naar &lt;/span&gt;&lt;a href=\"mailto:s.klinge@technieknederland.nl\"&gt;&lt;span style=\"background: white;\"&gt;Susanne Klinge&lt;/span&gt;&lt;/a&gt;&lt;span style=\"color: #232a33; background: white;\"&gt;. Wij nemen dan contact met je op.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;",
    "placeholder": "",
    "options": [],
    "required": false,
    "validation": "NONE",
    "componentType": "layout",
    "defaultValue": "",
    "reuseAllowed": true
  },
  {
    "id": "id_6vub6oj",
    "component": "captcha",
    "maxChars": 100,
    "editable": true,
    "index": 9,
    "label": "Captcha",
    "description": "",
    "placeholder": "",
    "options": [],
    "required": false,
    "validation": "NONE",
    "componentType": "captcha",
    "defaultValue": "",
    "reuseAllowed": false,
    "requiredMessage": "Dit veld is verplicht."
  }
]</d2p1:formDefinition></Form></FormdefinitionGetResponse>