document.documentElement.className = 'js';
var _ckyGcm = {"status":true,"default_settings":[{"analytics":"denied","advertisement":"denied","functional":"denied","necessary":"granted","ad_user_data":"denied","ad_personalization":"denied","regions":"All"}],"wait_for_update":2000,"url_passthrough":false,"ads_data_redaction":false}
https://suffolkcf.org.uk/wp-content/plugins/cookie-law-info/lite/frontend/js/gcm.min.js
var ctPublicFunctions = {"_ajax_nonce":"99ea7d027a","_rest_nonce":"669c0f7bfa","_ajax_url":"\/wp-admin\/admin-ajax.php","_rest_url":"https:\/\/suffolkcf.org.uk\/wp-json\/","data__cookies_type":"alternative","data__ajax_type":"admin_ajax","bot_detector_enabled":false,"data__frontend_data_log_enabled":1,"cookiePrefix":"","wprocket_detected":false,"host_url":"suffolkcf.org.uk","text__ee_click_to_select":"Click to select the whole data","text__ee_original_email":"The complete one is","text__ee_got_it":"Got it","text__ee_blocked":"Blocked","text__ee_cannot_connect":"Cannot connect","text__ee_cannot_decode":"Can not decode email. Unknown reason","text__ee_email_decoder":"CleanTalk email decoder","text__ee_wait_for_decoding":"The magic is on the way!","text__ee_decoding_process":"Please wait a few seconds while we decode the contact data."}
var ctPublic = {"_ajax_nonce":"99ea7d027a","settings__forms__check_internal":"0","settings__forms__check_external":"0","settings__forms__force_protection":0,"settings__forms__search_test":"1","settings__forms__wc_add_to_cart":"0","bot_detector_enabled":false,"settings__sfw__anti_crawler":0,"blog_home":"https:\/\/suffolkcf.org.uk\/","pixel__setting":"0","pixel__enabled":false,"pixel__url":null,"data__email_check_before_post":"1","data__email_check_exist_post":0,"data__cookies_type":"alternative","data__key_is_ok":true,"data__visible_fields_required":true,"wl_brandname":"Anti-Spam by CleanTalk","wl_brandname_short":"CleanTalk","ct_checkjs_key":"e306869cc030ebef63d35862200dcca2616dab33e7f359c97f7083fd2c200389","emailEncoderPassKey":"cee3c917f84f1ff8fea9ef8f88e6d88b","bot_detector_forms_excluded":"W10=","advancedCacheExists":true,"varnishCacheExists":true,"wc_ajax_add_to_cart":false}
let jqueryParams=[],jQuery=function(r){return jqueryParams=[...jqueryParams,r],jQuery},$=function(r){return jqueryParams=[...jqueryParams,r],$};window.jQuery=jQuery,window.$=jQuery;let customHeadScripts=!1;jQuery.fn=jQuery.prototype={},$.fn=jQuery.prototype={},jQuery.noConflict=function(r){if(window.jQuery)return jQuery=window.jQuery,$=window.jQuery,customHeadScripts=!0,jQuery.noConflict},jQuery.ready=function(r){jqueryParams=[...jqueryParams,r]},$.ready=function(r){jqueryParams=[...jqueryParams,r]},jQuery.load=function(r){jqueryParams=[...jqueryParams,r]},$.load=function(r){jqueryParams=[...jqueryParams,r]},jQuery.fn.ready=function(r){jqueryParams=[...jqueryParams,r]},$.fn.ready=function(r){jqueryParams=[...jqueryParams,r]};
var divimegapro_singleton = [];
divimegapro_singleton['header'] = false;
divimegapro_singleton['content'] = false;
divimegapro_singleton['footer'] = false;
var divimegapro_singleton_enabled = ( divimegapro_singleton['header'] || divimegapro_singleton['content'] || divimegapro_singleton['footer'] ) ? true : false;
var breeze_prefetch = {"local_url":"https://suffolkcf.org.uk","ignore_remote_prefetch":"1","ignore_list":["wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
https://suffolkcf.org.uk/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://suffolkcf.org.uk/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle_gathering.min.js
https://suffolkcf.org.uk/wp-includes/js/jquery/jquery.min.js
https://suffolkcf.org.uk/wp-includes/js/jquery/jquery-migrate.min.js
jqueryParams.length&&$.each(jqueryParams,function(e,r){if("function"==typeof r){var n=String(r);n.replace("$","jQuery");var a=new Function("return "+n)();$(document).ready(a)}});
//# sourceURL=jquery-js-after
document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
var ajax_url = 'https://suffolkcf.org.uk/wp-admin/admin-ajax.php';
(function ($) {
var pa_equalize_button_height = "false";if (pa_equalize_button_height == "false") {
function pa_equalize_blog_post_height(blog) {
var articles = blog.find('article');
var heights = [];articles.each(function () {
var height = 0;
height += ($(this).find('.et_pb_image_container, .et_main_video_container').length != 0) ? $(this).find('.et_pb_image_container, .et_main_video_container').outerHeight(true) : 0;
height += $(this).find('.entry-title').outerHeight(true);
height += ($(this).find('.post-meta').length != 0) ? $(this).find('.post-meta').outerHeight(true) : 0;
height += ($(this).find('.post-content').length != 0) ? $(this).find('.post-content').outerHeight(true) : 0;heights.push(height);
});var max_height = Math.max.apply(Math, heights);articles.each(function () {
$(this).height(max_height);
});
}
} else {
function pa_equalize_blog_post_height(blog) {
var articles = blog.find('article');
var heights = [];
var btnheights = [];articles.each(function () {
var height = 0;
var btnheight = 0;
var basebtnmargin = 20;height += ($(this).find('.et_pb_image_container, .et_main_video_container').length != 0) ? $(this).find('.et_pb_image_container, .et_main_video_container').outerHeight(true) : 0;
height += $(this).find('.entry-title').outerHeight(true);
height += $(this).find('.post-meta').outerHeight(true);
height += $(this).find('.post-content').outerHeight(true);btnheight += ($(this).find('.et_pb_image_container, .et_main_video_container').length != 0) ? $(this).find('.et_pb_image_container, .et_main_video_container').outerHeight(true) : 0;
btnheight += $(this).find('.entry-title').outerHeight(true);
btnheight += $(this).find('.post-meta').outerHeight(true);
btnheight += $(this).find(".post-content p").outerHeight(true);
btnheight += basebtnmargin;heights.push(height);
btnheights.push(btnheight);});var max_height = Math.max.apply(Math, heights);
var max_btn_height = Math.max.apply(Math, btnheights);articles.each(function () {
$(this).height(max_height);var eachheight = 0;
var eachbasebtnmargin = 20;
eachheight += ($(this).find('.et_pb_image_container, .et_main_video_container').length != 0) ? $(this).find('.et_pb_image_container, .et_main_video_container').outerHeight(true) : 0;
eachheight += $(this).find('.entry-title').outerHeight(true);
eachheight += $(this).find('.post-meta').outerHeight(true);
eachheight += $(this).find(".post-content p").outerHeight(true);
eachheight += eachbasebtnmargin;var requiredbtnmargin = (max_btn_height - eachheight) + eachbasebtnmargin;
$(this).find(".more-link").css("margin-top", requiredbtnmargin + "px");
});
}
}
$(document).ready(function () {
$(window).resize(function () {
if ($(this).width() >= 768) {$(".pa-blog-equal-height article").each(function () {
$(this).removeClass("pa-auto-height");
$(this).find(".more-link").removeClass("pa-auto-margin");
})
$('.pa-blog-equal-height').each(function () {
pa_equalize_blog_post_height($(this));
});$('.pa-blog-equal-height').each(function () {
var pa_blog = $(this);pa_equalize_blog_post_height(pa_blog);var observer = new MutationObserver(function (mutations) {
pa_equalize_blog_post_height(pa_blog);
});var config = {
subtree: true,
childList: true
};observer.observe(pa_blog[0], config);
});$(document).ajaxComplete(function () {
$('.pa-blog-equal-height').imagesLoaded().then(function () {
$('.pa-blog-equal-height').each(function () {
pa_equalize_blog_post_height($(this));
});
});
});$.fn.imagesLoaded = function () {
var $imgs = this.find('img[src!=""]');
var dfds = [];if (!$imgs.length) {
return $.Deferred().resolve().promise();
}$imgs.each(function () {
var dfd = $.Deferred();
dfds.push(dfd);
var img = new Image();img.onload = function () {
dfd.resolve();
};img.onerror = function () {
dfd.resolve();
};img.src = this.src;
});return $.when.apply($, dfds);
}
} else {
$(".pa-blog-equal-height article").each(function () {
$(this).addClass("pa-auto-height");
$(this).find(".more-link").addClass("pa-auto-margin");
})
}
});
});
})(jQuery);
Established in 2005, Suffolk Community Foundation is a registered charity and part of a national family of 47 community foundations across the UK.
We work closely with key stakeholders to increase understanding of need and raise essential funds to support local charities and community groups.
×
By giving to Suffolk Community Foundation, you will ensure that small charities working throughout the county receive the much-needed funding they rely on, to enable them to continue their essential work for the most vulnerable in our communities.
×
Suffolk Community Foundation manages 136 grant making funds and, last year, awarded £3.8 million in funding (excluding the Sizewell C Community Fund). Grant size ranges from £500 to £40,000 or above, sometimes over multiple years. The average amount awarded was £4,546.
×
Sizewell C Small Grant Eligibility Checker Please fill out our eligibility quiz to direct you to the most relevant fund to apply to:
var divimegapro_singleton = [];
divimegapro_singleton['header'] = false;
divimegapro_singleton['content'] = false;
divimegapro_singleton['footer'] = false;
var divimegapro_singleton_enabled = ( divimegapro_singleton['header'] || divimegapro_singleton['content'] || divimegapro_singleton['footer'] ) ? true : false;
var ajaxurl = "https://suffolkcf.org.uk/wp-admin/admin-ajax.php"
, diviLifeisMobileDevice = "false"
, diviLifeisTabletDevice = "false";
var dov_globalresponsivevalues = { min_width:769, max_width:980, tablet_width:768, phone_width:400 };
var overlays_with_css_trigger = {};
var overlays_with_automatic_trigger = {'232276': '{"at_type":"0","at_value":"0","at_onceperload":"0"}','212487': '{"at_type":"0","at_value":"0","at_onceperload":"0"}','210733': '{"at_type":"0","at_value":"0","at_onceperload":"0"}',};
var divioverlays_ajaxurl = "https://suffolkcf.org.uk/"
, divioverlays_us = "270ac92a4c"
, divioverlays_loadingimg = "https://suffolkcf.org.uk/wp-content/plugins/divi-overlays/assets/img/divilife-loader.svg";
document.addEventListener("DOMContentLoaded", function(e) {
window.WP_Grid_Builder && WP_Grid_Builder.on('init', function(wpgb) {
jQuery(wpgb.element).data('wpgb', wpgb);
});
});
jQuery(document).ready(function () {
var adminAaxURL = 'https://suffolkcf.org.uk/wp-admin/admin-ajax.php';
var isAdmin = '';
// Clear Static CSS
jQuery("#wp-admin-bar-pac_misc_clear_static_css").click(function (e) {
e.preventDefault();
jQuery.ajax({
type: 'post',
dataType: 'json',
url: adminAaxURL,
data: {
'action': 'pac_misc_clear_static_css',
'_wpnonce': jQuery(this).find('span').data('wpnonce')
},
success: function (response) {
if (response.success) {
let successData = response.data;
if (isAdmin) {
let messageHTML = '<div class="notice notice-success pac-misc-message"><p>' + successData + '</p></div>';
if (jQuery('body .wrap h1').length > 0) {
jQuery('body .wrap h1').after(messageHTML);
} else {
jQuery('body #wpbody-content').prepend(messageHTML);
}
setTimeout(function () {
jQuery(".pac-misc-message").remove();
}, 3500);
} else {
alert(successData);
}
}
},
});
});
// Clear Local Storage
jQuery("#wp-admin-bar-pac_misc_csc_clear_local_storage").click(function (e) {
e.preventDefault();
let msgText = 'The local storage has been cleared!';
window.localStorage.clear();
if (isAdmin) {
let messageHTML = '<div class="notice notice-success pac-misc-message"><p>' + msgText + '</p></div>';
if (jQuery('body .wrap h1').length > 0) {
jQuery('body .wrap h1').after(messageHTML);
} else {
jQuery('body #wpbody-content').prepend(messageHTML);
}
setTimeout(function () {
jQuery(".pac-misc-message").remove();
}, 3500);
} else {
alert(msgText);
}
});
});
(function() {
var file = ["https:\/\/suffolkcf.org.uk\/wp-content\/et-cache\/232298\/et-divi-dynamic-tb-235141-tb-235142-232298-late.css"];
var handle = document.getElementById('divi-style-parent-inline-inline-css');
var location = handle.parentNode;if (0===document.querySelectorAll('link[href="' + file + '"]').length) {
var link = document.createElement('link');
link.rel = 'stylesheet';
link.id = 'et-dynamic-late-css';
link.href = file;location.insertBefore(link, handle.nextSibling);
}
})();
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "5cjzrkseqa");
var DIVI = {"item_count":"%d Item","items_count":"%d Items"};
var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"};
var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"};
var et_pb_custom = {"ajaxurl":"https://suffolkcf.org.uk/wp-admin/admin-ajax.php","images_uri":"https://suffolkcf.org.uk/wp-content/themes/Divi/images","builder_images_uri":"https://suffolkcf.org.uk/wp-content/themes/Divi/includes/builder/images","et_frontend_nonce":"87eb5ddb60","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"4e2e95f041","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","wrong_checkbox":"Checkbox","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"232298","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"yes","is_shortcode_tracking":"","tinymce_uri":"https://suffolkcf.org.uk/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors","accent_color":"#402f73","waypoints_options":[]};
var et_pb_box_shadow_elements = [];
//# sourceURL=divi-custom-script-js-extra
https://suffolkcf.org.uk/wp-content/themes/Divi/js/scripts.min.js
https://suffolkcf.org.uk/wp-content/plugins/breeze/assets/js/js-front-end/breeze-lazy-load.min.js
document.addEventListener("DOMContentLoaded", function () {
if ( "function" !== typeof window.LazyLoad && "function" !== typeof LazyLoad ) {
return;
}var breezeLazyLoad = window.LazyLoad || LazyLoad;window.lazyLoadInstance = new breezeLazyLoad({
elements_selector: ".br-lazy",
data_src: "breeze",
data_srcset: "brsrcset",
data_sizes: "brsizes",
class_loaded: "br-loaded",
threshold: 300,
});
});
//# sourceURL=breeze-lazy-js-after
https://suffolkcf.org.uk/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.fitvids.js
https://suffolkcf.org.uk/wp-content/plugins/divi_module_acf%204.0/scripts/frontend-bundle.min.js
https://suffolkcf.org.uk/wp-content/plugins/supreme-modules-for-divi/scripts/frontend-bundle.min.js
https://suffolkcf.org.uk/wp-content/plugins/divi_cpt_layout_injector/scripts/frontend-bundle.min.js
https://suffolkcf.org.uk/wp-content/themes/Divi/core/admin/js/common.js
var smushLazyLoadOptions = {"autoResizingEnabled":false,"autoResizeOptions":{"precision":5,"skipAutoWidth":true}};
//# sourceURL=smush-lazy-load-js-before
https://suffolkcf.org.uk/wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js
function rw() { Waypoint.refreshAll(); } window.addEventListener( 'lazybeforeunveil', rw, false); window.addEventListener( 'lazyloaded', rw, false);
//# sourceURL=smush-lazy-load-js-after
https://suffolkcf.org.uk/wp-content/plugins/divi-mega-pro/assets/js/popper-1.16.1.min.js
https://suffolkcf.org.uk/wp-content/plugins/divi-mega-pro/assets/js/tippy-5.2.1.min.js
https://suffolkcf.org.uk/wp-content/plugins/divi-mega-pro/assets/js/main.js
https://suffolkcf.org.uk/wp-content/plugins/divi-mega-pro/assets/js/main.helper.js
https://suffolkcf.org.uk/wp-content/plugins/divi-overlays/assets/js/jquery.exitintent.js
https://suffolkcf.org.uk/wp-content/plugins/divi-overlays/assets/js/custom.js
https://suffolkcf.org.uk/wp-content/plugins/forminator/assets/js/library/jquery.validate.min.js
https://suffolkcf.org.uk/wp-content/plugins/forminator/assets/forminator-ui/js/forminator-form.min.js
var ForminatorFront = {"ajaxUrl":"https://suffolkcf.org.uk/wp-admin/admin-ajax.php","cform":{"processing":"Submitting form, please wait","error":"An error occurred while processing the form. Please try again","upload_error":"An upload error occurred while processing the form. Please try again","pagination_prev":"Previous","pagination_next":"Next","pagination_go":"Submit","gateway":{"processing":"Processing payment, please wait","paid":"Success! Payment confirmed. Submitting form, please wait","error":"Error! Something went wrong when verifying the payment"},"captcha_error":"Invalid CAPTCHA","no_file_chosen":"No file chosen","intlTelInput_utils_script":"https://suffolkcf.org.uk/wp-content/plugins/forminator/assets/js/library/intlTelInputUtils.js","process_error":"Please try again","payment_failed":"Payment failed. Please try again.","payment_cancelled":"Payment was cancelled"},"poll":{"processing":"Submitting vote, please wait","error":"An error occurred saving the vote. Please try again"},"quiz":{"view_results":"View Results"},"select2":{"load_more":"Loading more results\u2026","no_result_found":"No results found","searching":"Searching\u2026","loaded_error":"The results could not be loaded."}};
//# sourceURL=forminator-front-scripts-js-extra
https://suffolkcf.org.uk/wp-content/plugins/forminator/build/front/front.multi.min.js
https://suffolkcf.org.uk/wp-content/plugins/forminator/assets/js/library/dompurify.min.js
jQuery(function() {jQuery.ajax({url: 'https://suffolkcf.org.uk/wp-admin/admin-ajax.php',type: "POST",data: {action: "forminator_get_nonce",form_id: "232272",},success: function (response) {jQuery('#forminator-module-232272 #forminator_nonce').val( response.data );}});})
jQuery(function () {
window.Forminator_Cform_Paginations = window.Forminator_Cform_Paginations || [];
window.Forminator_Cform_Paginations[232272] =
{"has-pagination":false,"pagination-header-design":"show","pagination-header":"nav","last-steps":"Finish","last-previous":"Previous","pagination-labels":"default","has-paypal":false,"progress-bar-type":"progress","page-number-text":"Page %1$s of %2$s"};var runForminatorFront = function ( isElementorCall ) {
var $form = jQuery('#forminator-module-232272[data-forminator-render="0"]');// Skip direct init for forms inside Elementor popups — they defer to element_ready/global.
if ( !isElementorCall && $form.length && $form.closest('[data-elementor-type="popup"]').length > 0 ) {
return;
}// Prevent duplicate initialization
if ( $form.length && !$form.hasClass('forminator-initialized') ) {
$form.addClass('forminator-initialized');
$form.forminatorFront({"form_type":"custom-form","inline_validation":true,"print_value":false,"rules":"","messages":"","conditions":{"fields":{"html-1":{"action":"show","rule":"all","conditions":[{"field":"radio-1","group":"","operator":"is","value":"two"}]},"radio-2":{"action":"show","rule":"all","conditions":[{"field":"radio-1","group":"","operator":"is","value":"one"}]},"html-2":{"action":"show","rule":"all","conditions":[{"field":"radio-2","group":"","operator":"is","value":"two"}]},"radio-3":{"action":"show","rule":"all","conditions":[{"field":"radio-2","group":"","operator":"is","value":"one"}]},"html-9":{"action":"show","rule":"all","conditions":[{"field":"radio-2","group":"","operator":"is","value":"one"}]},"html-3":{"action":"show","rule":"all","conditions":[{"field":"radio-3","group":"","operator":"is","value":"two"}]},"radio-4":{"action":"show","rule":"all","conditions":[{"field":"radio-3","group":"","operator":"is","value":"one"}]},"html-10":{"action":"show","rule":"all","conditions":[{"field":"radio-3","group":"","operator":"is","value":"one"}]},"html-4":{"action":"show","rule":"all","conditions":[{"field":"radio-4","group":"","operator":"is","value":"two"}]},"radio-5":{"action":"show","rule":"all","conditions":[{"field":"radio-4","group":"","operator":"is","value":"one"}]},"html-5":{"action":"show","rule":"all","conditions":[{"field":"radio-5","group":"","operator":"is","value":"two"}]},"radio-7":{"action":"show","rule":"all","conditions":[{"field":"radio-5","group":"","operator":"is","value":"one"}]},"html-11":{"action":"show","rule":"all","conditions":[{"field":"radio-5","group":"","operator":"is","value":"one"}]},"html-12":{"action":"show","rule":"all","conditions":[{"field":"radio-7","group":"","operator":"is","value":"two"}]},"radio-8":{"action":"show","rule":"any","conditions":[{"field":"radio-7","group":"","operator":"is","value":"two"}]},"radio-6":{"action":"show","rule":"any","conditions":[{"field":"radio-7","group":"","operator":"is","value":"one"},{"field":"radio-8","group":"","operator":"is","value":"one"}]},"html-6":{"action":"show","rule":"any","conditions":[{"field":"radio-7","group":"","operator":"is","value":"one"},{"field":"radio-8","group":"","operator":"is","value":"one"}]},"html-7":{"action":"show","rule":"all","conditions":[{"field":"radio-6","group":"","operator":"is","value":"two"}]},"html-8":{"action":"show","rule":"all","conditions":[{"field":"radio-6","group":"","operator":"is","value":"one"}]},"submit":{"action":"show","rule":"all","conditions":[{"field":"hidden-1","group":"","operator":"is","value":"0"}]}},"relations":{"radio-1":["html-1","radio-2"],"html-1":[],"radio-2":["html-2","radio-3","html-9"],"html-2":[],"radio-3":["html-3","radio-4","html-10"],"html-9":[],"html-3":[],"radio-4":["html-4","radio-5"],"html-10":[],"html-4":[],"radio-5":["html-5","radio-7","html-11"],"html-5":[],"radio-7":["html-12","radio-8","radio-6","html-6"],"html-11":[],"html-12":[],"radio-8":["radio-6","html-6"],"radio-6":["html-7","html-8"],"html-6":[],"html-7":[],"html-8":[],"hidden-1":["submit"],"submit":[]}},"calendar":"{\"days\":[\"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\"],\"months\":[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"]}","paypal_config":{"live_id":"","sandbox_id":"","redirect_url":"https:\/\/suffolkcf.org.uk\/sizewell-c\/sizewell-c-small-grants-eligibility-checker","form_id":232272},"forminator_fields":["address","calculation","captcha","consent","currency","custom","date","email","gdprcheckbox","group","hidden","html","checkbox","name","number","page-break","password","paypal","phone","postdata","radio","rating","section","select","slider","stripe-ocs","stripe","text","textarea","time","upload","url"],"general_messages":{"calculation_error":"Failed to calculate field.","payment_require_ssl_error":"SSL required to submit this form, please check your URL.","payment_require_amount_error":"PayPal amount must be greater than 0.","form_has_error":"Please correct the errors before submission."},"payment_require_ssl":false,"has_loader":true,"loader_label":"Submitting...","calcs_memoize_time":300,"is_reset_enabled":true,"has_stripe":false,"has_paypal":false,"submit_button_class":""});
}
}if (window.elementorFrontend && typeof elementorFrontend.hooks !== "undefined") {
elementorFrontend.hooks.addAction('frontend/element_ready/global', function ( $scope ) {
if ( $scope.find('#forminator-module-232272').length > 0 ) {
// Add small delay to ensure DOM is ready
setTimeout(function () { runForminatorFront(true); }, 100);
}
});
}runForminatorFront(false);if (typeof ForminatorValidationErrors !== 'undefined') {
var forminatorFrontSubmit = jQuery(ForminatorValidationErrors.selector).data('forminatorFrontSubmit');
if (typeof forminatorFrontSubmit !== 'undefined') {
forminatorFrontSubmit.show_messages(ForminatorValidationErrors.errors);
}
}
if (typeof ForminatorFormHider !== 'undefined') {
var forminatorFront = jQuery(ForminatorFormHider.selector).data('forminatorFront');
if (typeof forminatorFront !== 'undefined') {
jQuery(forminatorFront.forminator_selector).find('.forminator-row').hide();
jQuery(forminatorFront.forminator_selector).find('.forminator-pagination-steps').hide();
jQuery(forminatorFront.forminator_selector).find('.forminator-pagination-footer').hide();
}
}
});