Gravity Forms 2.4.6
Gravity Forms Click & Pledge 3.700.005
We have a form that is working correctly with payments coming through to the Click & Pledge account. When setting up the email notification though for the Recurring Payment field, it's dumping a whole database entry instead of just the title of the field which is One Time Only
This is what we have in the Gravity Form Notification message template (bolding added to highlight problem field):
This is the actual output in the email:
Here is a screenshot of the actual form field:

And the form field in edit view:

How do we get it to just print the value One Time Only instead of the whole database entry? Any help is much appreciated.
Gravity Forms Click & Pledge 3.700.005
We have a form that is working correctly with payments coming through to the Click & Pledge account. When setting up the email notification though for the Recurring Payment field, it's dumping a whole database entry instead of just the title of the field which is One Time Only
This is what we have in the Gravity Form Notification message template (bolding added to highlight problem field):
<strong>Your Donation:</strong>
Donation Date:{date_dmy}
Amount: {Total:12}
Payment Method: {Payment Method:13}
Payment Type: {Recurring Payments:3}
Donation Date:{date_dmy}
Amount: {Total:12}
Payment Method: {Payment Method:13}
Payment Type: {Recurring Payments:3}
This is the actual output in the email:
Your Donation:
Donation Date:25/02/2019
Amount: $25.00
Payment Method: Credit Card
Payment Type: a:1:{s:10:"OnetimeSKU";s:13:"One Time Only";}
The same thing happens when we use the {all_fields} merge tag:Donation Date:25/02/2019
Amount: $25.00
Payment Method: Credit Card
Payment Type: a:1:{s:10:"OnetimeSKU";s:13:"One Time Only";}
Recurring Payments | |
a:1:{s:10:"OnetimeSKU";s:13:"One Time Only";} | |
Name | |
Test Test |
Here is a screenshot of the actual form field:

And the form field in edit view:

How do we get it to just print the value One Time Only instead of the whole database entry? Any help is much appreciated.
Comment