I’m looking at getting Gravity forms to implement a webhook integration. I also need to be able to dynamically populate a form field with the title of the product on the Woocommerce store.
Is this possible with Gravity forms and if so how?
If the form is embedded into the WooCommerce product page, you can use {embed_post:post_title} as Default Value of a field (e.g. a Hidden field) to store the product title.
For the webhook integration, you would need to provide more details.