$(document).ready(function(){
	$("#wpcf7-f2-p17-o1 input[type='submit']").click(function(){
		$(this).parent().parent().append($("<input>").attr({
			"type":"hidden",
			"value":"ok",
			"name":"sentok"
			}));
		$(this).parent().parent().append($("<input>").attr({
			"type":"hidden",
			"value":"http://prosforafrica.com/thanks-become-a-sponsor",
			"name":"url"
			}));
	});
	$("#wpcf7-f1-p10-o1 input[type='submit']").click(function(){
		$(this).parent().parent().append($("<input>").attr({
			"type":"hidden",
			"value":"ok",
			"name":"sentok"
			}));
		$(this).parent().parent().append($("<input>").attr({
			"type":"hidden",
			"value":"http://prosforafrica.com/thank-you-contact-us",
			"name":"url"
			}));
	});
	$("#wpcf7-f4-p44-o1 input[type='submit']").click(function(){
		$(this).parent().parent().append($("<input>").attr({
			"type":"hidden",
			"value":"ok",
			"name":"sentok"
			}));
		$(this).parent().parent().append($("<input>").attr({
			"type":"hidden",
			"value":"http://prosforafrica.com/thank-you-for-register",
			"name":"url"
			}));
        $(this).parent().parent().append($("<input>").attr({
			"type":"hidden",
			"value":"true",
			"name":"savedata"
			}));
	});
	$("#wpcf7-f3-p54-o1 input[type='submit']").click(function(){
		$(this).parent().parent().append($("<input>").attr({
			"type":"hidden",
			"value":"ok",
			"name":"sentok"
			}));
		$(this).parent().parent().append($("<input>").attr({
			"type":"hidden",
			"value":"http://prosforafrica.com/thanks-volunteer",
			"name":"url"
			}));
	});
	$("#wpcf7-f5-p40-o1 input[type='submit']").click(function(){
		$(this).parent().parent().append($("<input>").attr({
			"type":"hidden",
			"value":"ok",
			"name":"sentok"
			}));
		$(this).parent().parent().append($("<input>").attr({
			"type":"hidden",
			"value":"http://prosforafrica.com/thanks-request-speaker",
			"name":"url"
			}));
	});
	$(".logo").click(function(){
        $(this).parent().next(".logoinfo").toggle();
    });
});
