fsm_wf_inp{
padding:10px;
}fsm_wf_inp input,select{
background-color:white;
border: solid 0.5px;
padding:8px;
width:100%;
font-family:Arial;
font-size:12px;
border-radius: 4px;
width: 240px;
}.fsm_wf_btn{
width: fit-content; padding:8px 16px 8px 16px;
color:white;
float:right;
margin:2px;
border-radius:5px;
background-color: #089949;
}fsm_wf_btns{
padding-top:10px;
padding-right:5%;
}fsm-webform-body{
margin:auto;
padding:30px;
width:500px;
display:flex;
justify-content:center;
background-color: ;
}fsm_wf_lbl{
font-family:Arial;
font-size:12px;
color: #000000;
text-align:Left;
min-width: 112px;
padding-right: 40px;
}fsm_wf_lbl p{
margin:0px !important;
}fsm_wf_lbl ol{
margin:0px !important;
}
Summary*
Due Date
Preferred Date 1
Preferred Date 2
Preferred Time
-None-
Any time
Morning
Afternoon
Evening
Company Name*
Service Address Name*
First Name
Last Name*
Email*
Phone*
Service Street 1*
Service City*
Service State*
Service Country
Billing Street 1
Billing City*
Billing State
Billing Country
Territory*
Chamberland Fire & Security, Inc.
document.getElementById("fsmWebForm").addEventListener("submit", function(event) {
event.preventDefault(); // Prevent the default form submission
const formData = new URLSearchParams(new FormData(event.target));
var form = document.getElementById('FsmRequestForm');
var inputEles = form.getElementsByTagName("input");
for(let i=0;i {
form.getElementsByClassName("fsm_wf_btn").Submit.disabled=false;
if(error.message && error.ErrorCode){
alert(error.message);
}
else{
alert("Unable to submit form");
}
});
});
function onResetFsmWebform(){
let fsmform = document.getElementById('FsmRequestForm');
fsmform.reset();
window.location.href = 'https://www.facebook.com/Chamberlandfire/';
}