var $ = jQuery;

var ET = this.ET = this.ET || {};

ET.FORMS = function(){
	// CLEAR DEFAULT FIELD VALUES
	if ($('.default').length > 0) {
		$('.default').each(function() {
			var default_value = this.value;
			$(this).focus(function() {
				if(this.value == default_value) {
				this.value = '';
				}
			});
			$(this).blur(function() {
				if(this.value == '') {
				this.value = default_value;
				}
			});
		});
	}
	// JOIN US FORMS
	if ($('#join-us-form').length > 0) {
		$('#join-us-form').submit(function() {
			var form = $(this),
				emailValue = form.find('input[name=email]').val(),
				isConnectedChecked = (form.find('input[type=radio]:checked').length !== 0);
			if (emailValue !== '' && isConnectedChecked) {
				jQuery.post(form.attr('action'), form.serialize(), function() {
					var redirect = '';
					if (form.find('input[type=radio]:checked').val() == 'Yes') {
						//engery nation
						$.colorbox({html:'<div class="lightbox"><p><strong>Thank you for signing up to receive important energy updates.</strong> You&#39;ll now be redirected to <a href="http://energynation.org" target="_blank">EnergyNation.org</a>, a movement among America&#39;s oil and natural gas industry employees, retirees, vendors and suppliers. <a href="http://energynation.org/welcome/?utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue+'" class="logo"></a></p><p class="last">You will be automatically redirected in 5 seconds.<br /><a href="http://energynation.org/welcome/?utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue+'">Click here to proceed.</a></p></div>', width:"400px;"});
						redirect = 'http://energynation.org/welcome/?utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue;
					} else {
						//engery citizen
						$.colorbox({html:'<div class="lightbox"><p><strong>Thank you for signing up to receive important energy updates.</strong> You&#39;ll now be redirected to <a href="http://energycitizens.org" target="_blank">EnergyCitizens.org</a>, a movement among energy activists, consumers and concerned citizens. <a href="http://energycitizens.org/ec/advocacy/verifyemail.aspx?RegType=Full&utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue+'" class="logo"></a></p><p class="last">You will be automatically redirected in 5 seconds.<br /><a href="http://energycitizens.org/ec/advocacy/verifyemail.aspx?RegType=Full&utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue+'">Click here to proceed.</a></p></div>', width:"400px;"});
						redirect = 'http://energycitizens.org/ec/advocacy/verifyemail.aspx?RegType=Full&utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue;
					}
					setTimeout(function() {
						window.location = redirect;
					}, 6000);
				});
			} else {
				$.colorbox({html:'<div class="lightbox"><p>All fields are required.</p></div>', width:"400px;"});
			}
			return false;
		});
	}
	if ($('#join-us-form-intro').length > 0) {
		$('#join-us-form-intro').submit(function() {
			var form = $(this),
				emailValue = form.find('input[name=email]').val(),
				isConnectedChecked = (form.find('input[type=radio]:checked').length !== 0);
			if (emailValue !== '' && isConnectedChecked) {
				jQuery.post(form.attr('action'), form.serialize(), function() {
					var redirect = '';
					if (form.find('input[type=radio]:checked').val() == 'Yes') {
						//engery nation
						$.colorbox({html:'<div class="lightbox"><p><strong>Thank you for signing up to receive important energy updates.</strong> You&#39;ll now be redirected to <a href="http://energynation.org" target="_blank">EnergyNation.org</a>, a movement among America&#39;s oil and natural gas industry employees, retirees, vendors and suppliers. <a href="http://energynation.org/welcome/?utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue+'" class="logo"></a></p><p class="last">You will be automatically redirected in 5 seconds.<br /><a href="http://energynation.org/welcome/?utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue+'">Click here to proceed.</a></p></div>', width:"400px;"});
						redirect = 'http://energynation.org/welcome/?utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue;
					} else {
						//engery citizen
						$.colorbox({html:'<div class="lightbox"><p><strong>Thank you for signing up to receive important energy updates.</strong> You&#39;ll now be redirected to <a href="http://energycitizens.org" target="_blank">EnergyCitizens.org</a>, a movement among energy activists, consumers and concerned citizens. <a href="http://energycitizens.org/ec/advocacy/verifyemail.aspx?RegType=Full&utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue+'" class="logo"></a></p><p class="last">You will be automatically redirected in 5 seconds.<br /><a href="http://energycitizens.org/ec/advocacy/verifyemail.aspx?RegType=Full&utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue+'">Click here to proceed.</a></p></div>', width:"400px;"});
						redirect = 'http://energycitizens.org/ec/advocacy/verifyemail.aspx?RegType=Full&utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue;
					}
					setTimeout(function() {
						window.location = redirect;
					}, 6000);
				});
			} else {
				$.colorbox({html:'<div class="lightbox"><p>All fields are required.</p></div>', width:"400px;"});
			}
			return false;
		});
	}
	if ($('#join-us-form-informed').length > 0) {
		$('#join-us-form-informed').submit(function() {
			var form = $(this),
				emailValue = form.find('input[name=email]').val(),
				isConnectedChecked = (form.find('input[type=radio]:checked').length !== 0);
			if (emailValue !== '' && isConnectedChecked) {
				jQuery.post(form.attr('action'), form.serialize(), function() {
					var redirect = '';
					if (form.find('input[type=radio]:checked').val() == 'Yes') {
						//engery nation
						$.colorbox({html:'<div class="lightbox"><p><strong>Thank you for signing up to receive important energy updates.</strong> You&#39;ll now be redirected to <a href="http://energynation.org" target="_blank">EnergyNation.org</a>, a movement among America&#39;s oil and natural gas industry employees, retirees, vendors and suppliers. <a href="http://energynation.org/welcome/?utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue+'" class="logo"></a></p><p class="last">You will be automatically redirected in 5 seconds.<br /><a href="http://energynation.org/welcome/?utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue+'">Click here to proceed.</a></p></div>', width:"400px;"});
						redirect = 'http://energynation.org/welcome/?utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue;
					} else {
						//engery citizen
						$.colorbox({html:'<div class="lightbox"><p><strong>Thank you for signing up to receive important energy updates.</strong> You&#39;ll now be redirected to <a href="http://energycitizens.org" target="_blank">EnergyCitizens.org</a>, a movement among energy activists, consumers and concerned citizens. <a href="http://energycitizens.org/ec/advocacy/verifyemail.aspx?RegType=Full&utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue+'" class="logo"></a></p><p class="last">You will be automatically redirected in 5 seconds.<br /><a href="http://energycitizens.org/ec/advocacy/verifyemail.aspx?RegType=Full&utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue+'">Click here to proceed.</a></p></div>', width:"400px;"});
						redirect = 'http://energycitizens.org/ec/advocacy/verifyemail.aspx?RegType=Full&utm_source=energytomorrow.org&utm_medium=subscription%2Bform&utm_content=join%2Bus&utm_campaign=internal&em='+emailValue;
					}
					setTimeout(function() {
						window.location = redirect;
					}, 6000);
				});
			} else {
				$.colorbox({html:'<div class="lightbox"><p>All fields are required.</p></div>', width:"400px;"});
			}
			return false;
		});
	}
};

$(function(){
	ET.FORMS();
});
