$(document).ready(
function( ) {
$(“.required”).blur(
function (eventObject) {
if ( $(this).val() == “” ) {
alert(“Please enter a valid ” + $(this).attr(“id”) + “.”);
}
}
);
}
);
#form_container {
width: 550px;
margin: 15px;
padding: 10px;
background-color: #FFFFFF;
border: 3px dashed #1C8FC8;
}
#form_container label {
width:100px;
font-weight: bold;
float:left;
}
#form_container .form_item{
margin: 0;
padding: 5px;
}
#form_container a{
color: #3C3D3C;
}
#form_container .form_item input{
border: solid 1px #69584d;
background: #fffcf6;
}
#form_container .form_item button {
margin-left:100px;
margin-top: 10px;
height:auto;
font-size: 13px;
}
iframe.fb_connect_frame, #cb_connect {
border: 0;
margin: 0;
padding: 0;
overflow: hidden;
width: 80px;
height: 25px;
}
#cb_connect {
float: right;
}
#form_item_name {
width: 400px;
}
function validateForm()
{
var roomplaceemail=document.forms[“RoomPlanners”][“HiddenField[EmailAddress]”].value
if (roomplaceemail==null || roomplaceemail==””)
{
alert(“Please Add Your Email Address”);
return false;
}
var roomplaceconfirm=document.forms[“RoomPlanners”][“DataField[Email]”].value
if (roomplaceconfirm==null || roomplaceconfirm==””)
{
alert(“Please Confirm Your Email Address”);
return false;
}
}
Name
*Required Field
If you need to speak to a Customer Loyalty agent, please call 630.783.8000 or email customerloyalty@theroomplace.com