How to hide dropdown field value in the request form for End User ?
Most Engaged Newbie of the Year - 2021
Posted Nov 25, 2021
Hello,
I would like to hide a specific dropdown field value in the request form for End User ?
How to proceed ?
Thank you
9
25
25 comments
Alfredo Navarro
Hello Dustin,
Version 4 of templates is based on React and basically you need to code the logic prior rendering the component, so totally a new implementation. The new version receives the form, fields and options as an object which provides the data to the React component. This new approach will give you much more flexibility in customizing your form and even you can use your own components.
I hope that this information helps.
Best regards, Alfredo
1
Chris Fassano
This issue has been plaguing us since we started using Zendesk.
1
Dustin Swayne
Alfredo Navarro is the code for hiding a dropdown value still working for you in V2 of copenhagen?
0
Alfredo Navarro
Hello Nicole,
The latest version of Zendesk Guide templates (V4) is based on React and it is using the Garden components. Basically you will need to re-implement this logic within react to filter out those options that you need to hide before passing the data to the drop-down component. This approach is cleaner and also offers many other possibilities of customization.
I hope that this information helps.
Best regards, Alfredo
0
Nicole
Not sure if anyone has suggestions here. I have coding that hid two forms from the dropdown when submitting a new request. This has worked previously, but was just notified that the options are now appearing again. I know ZD has been going through quite a few updates recently, I'm wondering if the code was somehow affected. What I currently have in use:
Does anyone have thoughts on this or can possibly help get these two forms hidden again? Thanks!
0
Andreas Eichert
Here is an example on how you can modify the props component in the new_request_page.hbs to remove values from the dropdown:
You can log the object to find the values you want to keep and add additional logic based on which the dropdown is being filtered.,
0
Dustin Swayne
I was able to get this to work in earlier versions of the Copenhagen template but with the latest version it looks like they are using dropdown combo boxes and list boxes to display the options and it is no longer using the ul or li options. Has anyone found a fix for the version 4 template with these changes? 1263169183150
0
Max McCal
Hey, all —
It came to my attention that there has not been any official comment on this from Zendesk Product. This kind of specific, granular control is definitely a good example of where we want to take our permissions over time, but not something in the roadmap at the moment.
0
Elif Ahmetoglu
Dear Zendesk Product team,
We would also like to express the need to hide a specific dropdown field values in the request form for end users.
Best regards,
Elif
0
Gabriel Manlapig
It looks like you're looking to create conditional ticket fields. You can create a ticket field that's dependent on another ticket field's options/response. The options available for your end-user or customer will be dependent on what they choose or select for the value on a different field.
We have a full guide that you can use for reference: Creating conditional ticket fields
I hope that helps!
0
Sign in to leave a comment.