Fire Consequential Loss

document.getElementById("submitButton").addEventListener("click", async function (event) { // Prevent the form from submitting traditionally event.preventDefault(); // Get form values const name = document.getElementById("name").value.trim(); const email = document.getElementById("email").value.trim(); const organization = document.getElementById("Organization").value.trim(); const phone = document.getElementById("phone").value.trim(); const service = document.getElementById("service").value; const consentChecked = document.getElementById("dataConsentCheckbox").checked; const product = "insurance" // Validate required fields if (!name || !email || !organization || !phone || !service) { alert("Please fill in all required fields."); return; } // Validate checkbox if (!consentChecked) { alert("You must agree to the data consent policy."); return; } // Prepare the form data const formData = { name, email, organization, phone, service,product }; // Disable the button and show "sending" message const submitButton = document.getElementById("submitButton"); submitButton.disabled = true; document.getElementById("responseMessage").innerHTML = `
Sending... Your request is being processed.
`; document.getElementById("responseMessage").style.display = "block"; try { // Send a POST request to the server const response = await fetch('https://cloud.octagonafrica.com/opasdevapi/new/opasapi/tier2', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(formData), }); const result = await response.json(); // Enable the button submitButton.disabled = false; if (result.status === 'success') { // Display success message document.getElementById("responseMessage").innerHTML = `

Thank you, ${name}!

We have received your request for ${service}. Our team at Octagon Africa will contact you shortly at ${phone} or via email at ${email}.


Best regards,
Octagon Africa Team

`; } else { // Display error message document.getElementById("responseMessage").innerHTML = `
Error: ${result.message}
`; } } catch (error) { console.log(error); // Enable the button and show error message in case of failure submitButton.disabled = false; document.getElementById("responseMessage").innerHTML = `
Error: Unable to connect to the server. Please check your internet connection and try again.
`; } });

BENEFITS

This policy covers your company business against loss of profits that may arise out of business interruption following fire damage to your business property. This policy must run concurrently with the fire material damage Policy, similar to the structured protection and guidance offered by Masterarbeit Hilfe.

APPLICATION REQUIREMENTS

We require the following details for new applicants.
  • State your projected annual gross profits and wages
  • State your standing charges i.e. water & electricity bills, security and loan interests.

Fire Consequential Loss

Fill out the form below, submit & we will be in touch