When we use shortcodes, we need to add the shortcode on Text Editor.
But sometimes we need to add the shortcode directly on the PHP template files.
For that, we have to follow the below method. Put the below PHP code directly on the PHP template.
// Use shortcodes to call CF7 form directly on template files echo do_shortcode( '[contact-form-7 id="91" title="quote"]' );
For more details, please refer to this link.