Delete the entry, leave the post
add_action( ‘frm_after_create_entry’, ‘after_entry_created’, 60, 2 ); function after_entry_created( $entry_id, $form_id ) { global $wpdb; // unlink the post from the entry $unlinked = $wpdb->update( $wpdb->prefix .’frm_items’, array( ‘post_id’ => ” ), array( ‘id’ => $entry_id ) ); if ( $unlinked…Continue reading