Hi Antonio,
Thank you for contacting us and sorry about the delay, as we had an unusually busy queue.
It is possible to populate the form's field value, through the argument passed in the URL.
For example, suppose that the link to your page with the view is:
yourwebsite.com/list
And the form for the product request/solicitation is at:
yourwebsite.com/request
1. You'll add a new single line type custom field ( e.g. "Requested Product" ) for the custom post type that you're using for the request/solicitation form.
2. In the form, you'll include this newly added field and in the "Set default value from an URL parameter" option, add a parameter "product-id"
( screenshot: hidden link )
Note: if you're editing the form using the "Expert mode", please refer to "urlparam" attribute, for the "cred_field" shortcode:
https://toolset.com/documentation/user-guides/cred-shortcodes/#cred_field
3. Next, in your view's loop item, you can add a link/button that points to the form's page, with the current product's ID, for example:
<a href="yourwebsite.com/request/?product-id=[wpv-post-id]">Request</a>
As a result, when the visitor will click the "Request" link for any specific product, it's ID will be filled in the form's field automatically. If you'll include that field in the form's email notification too, the admin will know which product was used for this request.
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar