Hi, surely a dumb question, but I cannot get this conditional to work.
[wpv-conditional if="( '[types field="trial-result" index="1" item="[wpv-search-term param='id']"][/types]' eq 'Negative' )"]
The test is negative.
[/wpv-conditional]
Hello. Thank you for contacting the Toolset support.
It looks like there is issue due to quotes. Can you lease try to use the following code and check if that helps you to resolve your issue:
[wpv-conditional if="( '[types field='trial-result' index='1' item='[wpv-search-term param='id']'][/types]' eq 'Negative' )"]
The test is negative.
[/wpv-conditional]
Please make sure that the value you compare "Negative" is the correct value.
Can you please share problem URL where you added the conditional statement as well as admin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) 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.
Native way - there is nesting of shortcocdes and that should be the issue. To remove the nested shortcode issue with the conditional statement as a workaround we will have to use the custom shortcode I shared in previous reply.