Skip to content
document.addEventListener('DOMContentLoaded', function() {
const form = document.querySelector('formforretirement');
if (form) {
form.addEventListener('submit', function() {
setTimeout(function() {
window.location.href = "https://omegafinancial.co.in/thank-you-page-omega-financial/";
}, 1000);
});
}
});