We've detected that just attempted to access our Legacy Dream University community. That system is no longer in use as we now using a new community system to capture your dreams, intentions and actions. Please use the form below to enroll into our new community system.>
Please be aware that this new community and the Million Dreams Campaign community are one and the same. So if you have already registered with our new Million Dreams Campaign community and you just need to login, please use this link:
If you are trying to access a Legacy Club DreamU online product that you already purchased and/or registered, please use this link.
Click here to access your legacy Club DreamU online product
Register Your Dreams in our New Community
jQuery(document).ready(function(){
// init jQuery('.form-519fa79062456 #signup_email').val( ( jQuery('#signup_email_first').val() ) ); jQuery('.form-519fa79062456 #signup_password_confirm').val( ( jQuery('#signup_password').val() ) );
// event handlers jQuery('.form-519fa79062456 #signup_email_first').bind( 'blur', function(evt){
jQuery(evt.target).next('#signup_email').val( ( jQuery( evt.target ).val() ) ); jQuery('.form-519fa79062456 #email-info').remove(); jQuery(evt.target).parent('.row').children('.loading').show();
var postData = {}; postData.action = 'check_email'; postData.email = jQuery('.form-519fa79062456 #signup_email_first').val();
jQuery.ajax({ url: '/check.php', data: postData, type: 'post', dataType: 'json', success: function( data, textStatus, jqXHR ){ if ( data.code && data.message ) { var messageClass = ( data.code == 'success' ) ? 'available' : 'error'; var ajaxMessageHtml = ""; jQuery(evt.target).parent('.row').append( ajaxMessageHtml ); } }, error: function( jqXHR, textStatus, errorThrown ){}, complete: function( jqXHR, textStatus ){ jQuery(evt.target).parent('.row').children('.loading').hide(); } }); } ); jQuery('.form-519fa79062456 #signup_username').bind( 'blur', function(evt){
jQuery('.form-519fa79062456 #name-info').remove(); jQuery(evt.target).parent('.row').children('.loading').show();
var postData = {}; postData.action = 'check_username'; postData.user_name = jQuery('.form-519fa79062456 #signup_username').val();
jQuery.ajax({ url: '/check.php', data: postData, type: 'post', dataType: 'json', success: function( data, textStatus, jqXHR ){ if ( data.code && data.message ) { var messageClass = ( data.code == 'success' ) ? 'available' : 'error'; var ajaxMessageHtml = ""; jQuery(evt.target).parent('.row').append( ajaxMessageHtml ); } }, error: function( jqXHR, textStatus, errorThrown ){}, complete: function( jqXHR, textStatus ){ jQuery(evt.target).parent('.row').children('.loading').hide(); } }); } ); jQuery('.form-519fa79062456 #signup_password').bind( 'change', function(evt){ jQuery(evt.target).next('#signup_password_confirm').val( ( jQuery( evt.target ).val() ) ); } );
});

