{
	"options": {
		"preventAutoAppend": true,
		"preventAutoFocus": false,
		"hideUserInputOnNoneStandardInput": false,
		"submitCallback": "onFormlessSubmited"
	},
	"tags": [
		{
			"tag": "input",
			"type": "text",
			"required": "required",
			"cf-questions": "This field uses window.testValidation",
			"cf-validation": "customValidation"
		},
		{
			"tag": "cf-robot-message",
			"cf-questions": "Så er der formless bajer"
		},
		{
			"tag": "select",
			"cf-input-placeholder": "Choose one of the above..",
			"multiple": "multiple",
			"cf-questions": "Choose multiple of the elements from the list..",
			"children":[
				{
					"tag": "option",
					"name": "option-dropdown-1",
					"cf-label": "option-1",
					"value": "-1",
					"cf-validation": "customValidation"
				},
				{
					"tag": "option",
					"name": "option-dropdown-1",
					"cf-label": "option-2",
					"selected": "selected",
					"value": "-2"
				},
				{
					"tag": "option",
					"name": "option-dropdown-1",
					"cf-label": "option-3",
					"selected": "selected",
					"value": "-3"
				}
			]
		},
		{
			"tag": "fieldset",
			"type": "Checkboxes buttons",
			"cf-input-placeholder": "Choose one of the above",
			"cf-questions": "Choose one of the checkboxss...",
			"children":[
				{
					"tag": "input",
					"type": "checkbox",
					"required": "required",
					"name": "checkcheck-buttons-1",
					"cf-label": "checkcheck-1",
					"cf-conditional-option-dropdown-1": "-1",
					"checked": "checked"
				},
				{
					"tag": "input",
					"type": "checkbox",
					"required": "required",
					"name": "checkcheck-buttons-1",
					"cf-label": "checkcheck-2",
					"cf-conditional-option-dropdown-1": "-3&&-2",
					"checked": "checked"
				},
				{
					"tag": "input",
					"type": "checkbox",
					"required": "required",
					"name": "checkcheck-buttons-1",
					"cf-label": "checkcheck-3",
					"cf-conditional-option-dropdown-1": "-3"
				}
			]
		},
		{
			"tag": "input",
			"type": "text",
			"id": "first-tag",
			"name": "first-tag",
			"value": "Just do it",
			"cf-questions": "Prefilled1&&with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1&&with follow-up11||Prefilled2&&with follow-up2&&with follow-up22"
		},
		{
			"tag": "fieldset",
			"type": "Checkboxes buttons",
			"id": "second-tag",
			"cf-input-placeholder": "Choose one of the above",
			"cf-questions": "Choose one of the radios&&Step 2&&step 3&&step 4",
			"children":[
				{
					"tag": "input",
					"type": "checkbox",
					"required": "required",
					"value": "checkbox-1",
					"name": "checkbox-buttons-1",
					"cf-label": "checkbox-1"
				},
				{
					"tag": "input",
					"type": "checkbox",
					"required": "required",
					"value": "checkbox-2",
					"name": "checkbox-buttons-1",
					"cf-label": "checkbox-2"
				}
			]
		},
		{
			"tag": "input",
			"type": "text",
			"value": "Prefilled value here",
			"cf-conditional-first-tag": "Just do it",
			"cf-conditional-checkbox-buttons-1": "checkbox-2",
			"cf-questions": "{first-tag} + {second-tag} &&with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1with follow-up1&&with follow-up11"
		},
		{
			"tag": "select",
			"cf-input-placeholder": "Choose one of the above",
			"multiple": "multiple",
			"cf-questions": "Choose multiple of the elements from the list",
			"children":[
				{
					"tag": "option",
					"name": "option-dropdown-1",
					"cf-label": "option-1",
					"value": "-1"
				},
				{
					"tag": "option",
					"name": "option-dropdown-1",
					"cf-label": "option-2",
					"value": "-2"
				}
			]
		},
		{
			"tag": "fieldset",
			"type": "Checkboxes",
			"cf-input-placeholder": "Choose above",
			"cf-questions": "Choose some checkboxes",
			"children":[
				{
					"tag": "input",
					"type": "checkbox",
					"name": "checkboxes-buttons-1",
					"cf-label": "checkbox-1",
					"checked": "checked"
				},
				{
					"tag": "input",
					"type": "checkbox",
					"name": "checkboxes-buttons-1",
					"cf-label": "checkbox-2"
				}
			]
		},
		{
			"tag": "input",
			"type": "password",
			"cf-input-placeholder": "Password field",
			"cf-questions": "Write a password"
		},
		{
			"tag": "input",
			"type": "text",
			"pattern": ".{5,10}",
			"cf-input-placeholder": "Input w. pattern attribute",
			"cf-error": "No less than 5 and no more than 10 characters",
			"cf-questions": "Keep between 5-10 characters"
		},
		{
			"tag": "input",
			"type": "text",
			"required": "required",
			"cf-questions": "This field is required (attribute)",
			"cf-error": "Please write something"
		},
		{
			"tag": "input",
			"type": "text",
			"required": "required",
			"cf-questions": "This field uses window.testValidation"
		}
	]
}