Tell us what you are trying to do?
I have a user cpt "aa" (each user have only one "aa"). Cpt "aa" are relate many to 1 on cpt "bb". I wish that when a user with relationship form add a relationship with own "aa" cpt with a specific cpt "bb" his custom user filed "titlebb" was edit with that specific cpt "bb" title.
Is there any documentation that you are following?
I try with cred_save_data
Mmmm no with that way i lost select2 for exemple..
Is it possible have a function that run once 24h that copy a custom field from intermediary post and paste on custom user field?
For such case you will have to setup a cron-job and for that you should install the addon plugin that offer that feature and add your desired custom code that fulfill the job/task you want.
Here is the article that may help you:
- versteckter Link
- versteckter Link
OR
You may want to contact any of our certified partners for any custom programming requirement:
- https://toolset.com/contractors/
When a user create a m2m relation is created a intermediary post with author the user. I set a custom field that i populate in the relationship form called "cc".
If i set a login hook in witch i get a intermediary post own legged user and get a "cc" value and add it on wpcf-titlebb (custom user field)?