{
	"field_definitions":
	[
		{
			"type":"cookie",
			"field":1
		},
		{
			"type":"name",
			"field":2
		},
		{
			"type":"email",
			"field":3
		},
		{
			"type":"submit",
			"field":10
		},
		{
			"type":"wpuser",
			"field":11
		},
		{
			"type":"formsent",
			"question":"Form sent @ ",
			"field":12
		},
		{
			"type":"new"
		}
	],
	"general":
	{
		"duration":1,
		"scale":31536000
	},
	"data_collection":
	{
		"table":
		{
			"do":"checked"
		}
	},
	"views":
	{
		"responses":
		{
			"thank_you":
			{
				"phtml":""
			},
			"closed":
			{
				"phtml":"<p>\n\tThe survey has ended.\n</p>"
			},
			"pending":
			{
				"phtml":"<p>\n\tThe survey has ended.\n</p>"
			},
			"rsserror":
			{
				"phtml":"<p>\n\tTo take this survey visit <a href='<?php echo get_permalink();?>'><?php echo get_permalink();?></a>.\n</p>"
			},
			"private":
			{
				"phtml":"<small>\n\tYou must be logged in to take this survey<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>\n</small>"
			},
			"already_submitted":
			{
				"phtml":"<p>\n\tYou have already taken this survey.\n</p>"
			}
		}
	}
}