Good day everybody!
I’m trying to add extra field to a contact named “contact type” – it is stored as user meta.
The most early hook for saving this extra field I found is action ‘erp_crm_loaded’ but it is obviously fires before contact being displayed because to see the new stored value you need to reload page manually.
I found erp plugin erp field builder – but it does not suit me because I need to add sets of other fields that depend on contact type given – there is no such functionality in this plugin
So i’m stuck – please help!
May be you will advice some hook(action or a filter) – any help is welcome.
Thank you in advance!