Pass the chosen product variations data into Contact Form 7 enquiry form

admin

Administrator
Staff member
With WooCommerce, I use Contact Form 7 and <a href="https://it.wordpress.org/plugins/product-info-request-for-woocommerce/" rel="nofollow noreferrer">Product Info Request</a> plugins to add a form inside a single product pages, because I need a functionality that allow users to send an enquiry request about products (thought simple contact form).

You can understand seeing this screenshot:

<a href=" " rel="nofollow noreferrer"><img src=" " alt="screeshot"></a>

All my product are variable product with variations <em>(from attributes)</em>.

Is there any way to retrieve the selected variations by the customer and send it via contact form 7?

For example :

User select the color black and size s, then fill the form and when the email is send, in addition to Receive the classic information (name, email ecc..) I receive also the attribute selected (in this case <strong>
Code:
black
</strong> and <strong>
Code:
s
</strong>)