I need to show the value of a field in my notification email instead of the title. Is this possible.
I need to show the value of a field in my notification email instead of the title. Is this possible.
Yes, in your merge tag, append :value to the end, like this:
{all_fields:value}
Documentation:
http://www.gravityhelp.com/documentation/page/Merge_Codes
Thanks!