Notifications
Clear all

Linked or dependent fields

2 Posts
2 Users
0 Likes
1,149 Views
Posts: 8
Topic starter
(@mistral)
Active Member
Joined: 5 years ago

Hi Guys

I want to display a field in the public user profile, dependent on a checkbox, also in their profile. For example...

  • Field A
  • Checkbox B
If checkbox B = true : display Field A

If there is not a way to configure this in the settings, is there a hook or filter which would allow me to make it work?

Thanks

Mistral

1 Reply
Astghik
Posts: 5869
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi mistral,

You don't need to use any hooks in this case.

Just do this customization using the field name value, add your js code in your current active theme's js files, or create a new costum.js file, add your custom code there and enqueue the costum.js file in functions.php file. 

Field Name value
Reply
Share:
Scroll to top