If you choose the enquiry modal to open you can set an enquiry title, position and add anything inside the enquiry modal like a CF7 Shortcode. Any other shortcodes or even a custom HTML-form works here too.
If you choose a CF7 Shortcode, you can take advantage of the special mail tags.
Example CF7 Enquiry Contact Form:<p>Your Name*<br />
[text* your-name] </p> <p>Your E-Mail*<br /> [email* your-email] </p> <p>Subject*<br /> [text* your-subject] </p> <p>Your Message<br /> [textarea your-message] </p> [text sku class:hidden] [text product class:hidden] <p>[submit "Send"]</p>
And the example for the mail settings
From: [your-name] <[your-email]> Subject: [your-subject] SKU: [sku] Product: URL: [_url] Post name: [_post_name] Post title: [_post_title] Post URL: [_post_url] Nachrichtentext:[your-message]
If the _post tags not work, try switching the enquiry position.[
Is it possible to use sku fields and product field on Gravity form ?
Yes of course you can use the enquiry fields with gravity forms in your WooCommerce store.
What would the configuration look like in Gravity Forms?