You can try to use fix for this topic: https://support.shufflehound.com/forums/topic/contact-form-settings-dont-stay-saved/#post-2637
function wpmlsupp_1706_reset_wpml_capabilities() {
if ( function_exists( 'icl_enable_capabilities' ) ) {
icl_enable_capabilities();
}
}
add_action( 'shutdown', 'wpmlsupp_1706_reset_wpml_capabilities' );
Just add the above code in your theme’s functions.php file (between the <?php and ?> tags) and visit once the front-page. Then you can remove this snippet.