I ahev tried the version where [cred_show_group if="( $(career-stage) eq '1' )" mode="none"] is replaced with
[cred_show_group if="( $(career-stage) eq 'Aspring Product Manager' )" mode="none"]
Both don't work.
The field setup is here - hidden link
Hello. Thank you for contacting the Toolset support.
I just run a test with radio field and its just working fine.
I would like to know, have you added post field conditional display with your custom field group as well that is used to display fields conditionally on admin post add/edit page?
I've ran a test with radio custom field on User form and added the conditional display with form based on radio option but I can see it working as expected. Please check the following video: hidden link
Can you please share problem URL and admin access details and let me check whats going wrong with your setup.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
I was able to figure out the issue. I need to have the conditional field listed in the form for the condition to work. The conditional does not pull the value from DB.
I have a follow up. I want to create multiple conditions so that field if visible when one fo the two fields are not empty. I am trying to use this logic but it does not work. What could I be missing -
[cred_show_group if="( $(timeline-aspiring-pm) ne 'Empty' ) OR ( $(timeline-experienced-pm) ne 'Empty' )" mode="none"]
<span class="change-later-text">Great! We will help you get your dream job. But, first we need to identify your target skills so that we can match you with the right jobs.</span>
<br>
[/cred_show_group]
[cred_show_group if="( $(timeline-aspiring-pm) ne '' ) OR ( $(timeline-experienced-pm) ne '' )" mode="none"]
<span class="change-later-text">Great! We will help you get your dream job. But, first we need to identify your target skills so that we can match you with the right jobs.</span>
<br>
[/cred_show_group]