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.
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.