Client Login
Client Communication Portal
We maintain a client portal to ensure you always have access to the most up-to-date information about your project at your fingertips. Our existing clients can log-in here.
function rememberMe()
{
if (document.ccloginform.rememberMeCheckBox.checked == true)
{
var expirationDate = new Date();
expirationDate.setDate(expirationDate.getDate()+31);
document.cookie = "ccemail=" + document.ccloginform.email.value + ";path=/; expires=" + expirationDate.toUTCString();
}
else
{
var expirationDate = new Date();
expirationDate.setDate(expirationDate.getDate()-31);
document.cookie = "ccemail=;path=/;expires=" + expirationDate.toUTCString();
}
}
function getCookie(name) {
var dc = document.cookie;
var prefix = name + "=";
var begin = dc.indexOf("; " + prefix);
if (begin == -1) {
begin = dc.indexOf(prefix);
if (begin != 0) return null;
} else {
begin += 2;
}
var end = document.cookie.indexOf(";", begin);
if (end == -1) {
end = dc.length;
}
return unescape(dc.substring(begin + prefix.length, end));
}
var ccemail = getCookie("ccemail");
if (ccemail != null)
{
document.ccloginform.email.value = ccemail;
document.ccloginform.rememberMeCheckBox.checked = true;
}
Contact Us Today
You’re also always welcome to call us any time. Contact Fort Bend Builders today by calling (713) 714-1343, or you can fill out our online form. We love that you have decided to be our customer and we look forward to working with you!