{
	"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":
	{
		"duration":1,
		"scale":31536000
	},
	"data_collection":
	{
		"results":{
			"do":"checked"
		},
		"table":{
			"do":"checked"
		},
		"disabled":
		{
			"email":1,
			"table":0,
			"results":1,
			"post":1
		}
	},
	"views":
	{
		"responses":
		{
			"thank_you":
			{
				"phtml":""
			},
			"closed":
			{
				"phtml":"<p>\n\tThe poll is now closed.\n</p>"
			},
			"pending":
			{
				"phtml":"<p>\n\tThe poll is now closed.\n</p>"
			},
			"rsserror":
			{
				"phtml":"<p>\n\tTo take this poll visit <a href='<?php echo get_permalink();?>'><?php echo get_permalink();?></a>.\n</p>"
			},
			"private":
			{
				"phtml":"<small>\n\tYou must be logged in to 'vote'<br/>\n\t<ul>\n\t\t<li>\n\t\t\t<?php wp_loginout(get_permalink())?>\n\t\t</li>\n\t\t<?php wp_register();?>\n\t<ul>\t\n</small>"
			},
			"already_submitted":
			{
				"phtml":"<p>\n\tYou have already taken this poll.\n</p>"
			}
		}
	}
}