{
	"types":
	{
		"number_captcha":
		{	
			"allowed":0
		},
		"recaptcha":
		{
			"allowed":0
		},
		"cc":
		{
			"allowed":0
		},
		"checkbox":
		{
			"allowed":0
		},
		"radio":
		{
			"allowed":0
		},
		"text":
		{
			"allowed":0
		},
		"textarea":
		{
			"allowed":0
		},
		"submit":
		{
			"allowed":0
		},
		"akismet":
		{
			"allowed":0
		},
		"wpuser":
		{
			"allowed":0
		},
		"formsent":
		{
			"allowed":0
		},
		"cookie":
		{
			"allowed":0
		},
		"name":
		{
			"allowed":0
		},
		"email":
		{
			"allowed":0
		},
		"link":
		{
			"allowed":0
		},
		"quiz_question":
		{
			"allowed":0
		},
		"poll_question":
		{
			"allowed":1
		},
		"new":
		{
			"allowed":0
		}

	},
	"field_definitions":
	[
		{
			"type":"cookie",
			"field":1
		},
		{
			"field":2,
			"type":"poll_question",
			"question":"Question 1",
			"options":[
			           "Option A",
			           "Option B",
			           "Option C",
			           "Option D",
			           "Option E"
			],
			"mandatory":1
		},
		{
			"type":"submit",
			"field":3
		},
		{
			"type":"wpuser",
			"field":4
		},
		{
			"type":"formsent",
			"question":"Form sent @ ",
			"field":5
		}
	],
	"general":
	{
		"disabled":
		{
		}
	},
	"graphics":
	{
		"disabled":0
	},
	"data_collection":
	{
		"results":{
			"do":"checked"
		},
		"table":{
			"do":"checked"
		},
		"disabled":
		{
			"email":1,
			"table":0,
			"results":0,
			"post":1
		}
	},
	"views":
	{
		"responses":
		{
			"spam":
			{
				"edit":1
			}
		}
	}
}