I want to populate the short description field of a WooCommerce product with Gravity Forms.
Unfortunately I couldn’t figure out the name of the meta field(?).
Every other meta field works fine. I’ve checked the code and some docs to find the correct name but I couldn’t find it.
I tried the following: excerpt
, postexcerpt
, post_excerpt
.
In the backend code the field’s name is excerpt
. To use the field’s name works for every other meta field.
2
Answers
The great support over at Gravity Forms pushed me in the right direction. You have to use a custom snippet to map the form field with short description / excerpt:
Here you can find some more informations: https://docs.gravityforms.com/advanced-post-creation-add-on-using-third-party-post-types/#handling-fields-unable-to-be-mapped-2
This snippet will make the short description / excerpt show up as a mappable field:
https://docs.gravityforms.com/gform_advancedpostcreation_excerpt/#examples