Hello! Is it possible to update a user meta field called invoice_amount with the amount of submissions for a form a user has posted?
E.g. I have a form with ID 7446. Each time a user submits this form, their invoice_amount meta should get updated. It’ll be updated with 1 value first time, 5 on fifth time, and so forth. Must take only this form into account, none other.
Hope this makes sense!