Skip Navigation

[Resolved] Conditional display in Form Section

This support ticket is created 6 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 5 replies, has 2 voices.

Last updated by Minesh 6 years, 5 months ago.

Assisted by: Minesh.

Author
Posts
#1104508

Hi,
i'm trying to conditionally show a field using a custom taxonomy as variable. I used the shortcode below replacing it with the right taxonomy (named 'Tipo') and value ('libro') but it doesn't work.
The field does not appears when I select the taxonomy value. Can you help me?
thank's

[cred_field field="my-checkbox" post="mypost" value=""]

[cred_show_group if="($(my-checkbox) eq '1')" mode="fade-slide"]

<!-- content to be shown only when" my-checkbox " field value is '1' inside here -->

[/cred_show_group]

#1104582

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - could you please tell me how you are displaying your taxonomy field? As checkboxes or dropdown select?

#1104592

hi,
as checkboxes

#1104593

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - if you visit the following Doc link:
=> https://toolset.com/documentation/user-guides/types-custom-fields-conditional-display/#simple-conditional-fields-logic

it's clearly mentioned that checkboxes field is not supported.

Please note that there are few types of post fields you cannot use as conditions for showing other fields. These fields include the Embedded Media, File Fields (Audio, Video, Image and File Upload field), <strong> Multiple Checkboxes </strong> field and a WYSIWYG Text Area field.

So, there is nothing I can do there as its not supported.

#1104639

Ok,
i missed it
thank you

#1104640

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Please feel free to close the ticket.