Home › Toolset Professional Support › [Resolved] Hide conditional field's title
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 |
---|---|---|---|---|---|---|
- | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9: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/Karachi (GMT+05:00)
Related documentation:
This topic contains 2 replies, has 2 voices.
Last updated by Daren 4 years, 3 months ago.
Assisted by: Waqar.
I have a drop-down field with two options. There are two other fields with conditions applied, one named Image and the other named Document. The Image field will show if the value in the drop-down equals 1. The Document field will show if the value in the drop-down equals 2. This condition works, except both titles show up no matter which option is chosen. Is there a way to hide the title until an option is chosen in the drop-down field?
This form is a currently in a local development site.
Hi,
Thank you for contacting us and I'd be happy to assist.
This issue has been reported to the concerned team already. When the custom fields set to show conditionally, using the post field settings, the field label still shows in the form.
I'm afraid, I don't have a time estimate to share at the moment, but, I'll keep you updated through this ticket.
For now, a workaround would be to wrap those fields inside the form's conditional field group, as explained here:
https://toolset.com/course-lesson/conditional-display-for-form-inputs/
This way, the fields, as well as their labels, will be shown conditionally.
regards,
Waqar
The work-around instructions you referred me to resolved my issue. Thank you!