Hi @thistlebean
I had the same issue, see my fix below
I appear to have addressed the issue by commenting out the following if statement….
—————————————
function wpfm_save_settings() {
/*if (empty ( $_POST ) || ! wp_verify_nonce ( $_POST [‘wpfm_ajax_nonce’], ‘wpfm_securing_ajax’ )) {
wp_send_json_error(__(“Sorry, this request cannot be completed contact admin”, “wpfm”));
}
*/`