Hi,
Sorry for my English.
We use Gravity Forms User Register + Stripe to collect membership payments and create / update our members accounts.
We would like the payments of our members to be stored in their account in a meta.
Is there a way that when the user makes a new membership the amount of the donation is sent to a usermeta AND if this usermeta is already fulfilled (by a previous membership) then the amount is sent to ANOTHER usermeta ?
Example :
Jack has already make one membership payment, he has a usermeta named: Payment1 filled in with the value 20€, he wishes to make a new payment of 30€ to renew his membership, we would like that the value 30€ does not replace the previous 20€ in the “Payment1” meta but rather that it is recorded in a “Payment2” field which will have already been created (by us in advance). If he want to make a third Payment so it need to be stored in the meta “Payement3” etc…
PS: we don’t mind creating all the necessary usermeta in advance (Payement1, Payment2 … Payment30…).
Thanks by advance !