[ad_1]
I have built a product inquiry form in Gravity forms and have embedded it (via Divi plugin) into my product template. I would like to have a field “Product Sku” be dynamically populated in the gravity form with the SKU number of the product.
Can someone please provide me step-by-step instructions on how to do this? There isn’t really any clear resource how. I understand that I have to click the “Allow field to be populated dynamically” in the advanced tab and assign it a parameter name, but after that, Im lost.
[ad_2]
https://docs.gravityforms.com/gform_field_value_parameter_name/
Inside the function, you’d do `return get_post_meta( $post->ID, ‘_sku’, true );`