Support for Themes with Front-end Forms
Support for Plugins with Front-end Forms
Updated
In order to add support for a plugin that uses front-end forms, please add the following code to your theme’s functions.php file.
Alternatively, if you’d like more control over the notifications from your front-end form, please see this support document on how to trigger a notification using an ACF front-end from.
add_filter( 'bnfw_trigger_insert_post', '__return_true' );
This isn’t always guaranteed to work but it’s a good start. If you need to add support for themes with front-end forms, please see this help document.