// this file is dynamically generated
function validatefields1124(form){
var alertmsg = 'PLEASE SCHEDULE A BABY SHOWER FOR: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext10393.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
if(form.answertext10394.value == "") alertmsg = alertmsg + "Please answer question # 2.\n";
if(form.answertext10395.value == "") alertmsg = alertmsg + "Please answer question # 3.\n";
var options = 0;var answers_num = 0;
if(form.choice10636[1-1].checked == true)options++;
if(form.choice10636[2-1].checked == true)options++;
if(form.choice10636[3-1].checked == true)options++;
if(form.choice10636[4-1].checked == true)options++;
if(form.choice10636[5-1].checked == true)options++;
if(form.choice10636[6-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 4.\n";
var options = 0;var answers_num = 0;
if(form.choice10637[1-1].checked == true)options++;
if(form.choice10637[2-1].checked == true)options++;
if(form.choice10637[3-1].checked == true)options++;
if(form.choice10637[4-1].checked == true)options++;
if(form.choice10637[5-1].checked == true)options++;
if(form.choice10637[6-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 5.\n";
if(form.answertext10396.value == "") alertmsg = alertmsg + "Please answer question # 6.\n";
var options = 0;var answers_num = 0;
if(form.choice10397[1-1].checked == true)options++;
if(form.choice10397[2-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 7.\n";
if(form.answertext10398.value == "") alertmsg = alertmsg + "Please answer question # 8.\n";
if(form.answertext10399.value == "") alertmsg = alertmsg + "Please answer question # 9.\n";
var options = 0;var answers_num = 0;
if(form.choice10401[1-1].checked == true)options++;
if(form.choice10401[2-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 10.\n";
if(form.user_email.value == "") alertmsg = alertmsg + "Please enter your Email Address.\n";
if (alertmsg == 'PLEASE SCHEDULE A BABY SHOWER FOR: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
