Tagged Questions
0
votes
1answer
145 views
gform_after_submission not working as expected
I am trying to augment a value to the wp_user_meta table, utilizing Gravity Forms. And I'm not having any luck. I had a version of this working on gform_pre_submission (though without the ...
0
votes
1answer
51 views
How to add to a user_meta field (append)
Is this possible? I want to use Gravity Forms or another hook to somehow write to the END of a user_meta field - not overwrite it.
For example...
Before:
$purchase_history = ...