A client asked to show a “Product Inquiry” button on the Single Product Page which would display, upon click, a Contact Form with an automatically populated subject (Contact Form 7 plugin must be installed of course). Here’s how I did it!
Display Product Enquiry Form on the WooCommerce Single Product Page
PHP Snippet: Add CF7 to the Single Product Page – WooCommerce
/**
* @snippet Show CF7 Form @ WooCommerce Single Product
* @how-to Get tutoraspire.com FREE
* @author Tutor Aspire
* @compatible WooCommerce 5
* @donate $9 https://tutoraspire.com
*/
add_action( 'woocommerce_after_add_to_cart_form', 'tutoraspire_woocommerce_cf7_single_product', 30 );
function tutoraspire_woocommerce_cf7_single_product() {
echo '';
echo '