reyemmaus Posted May 8, 2014 Report Share Posted May 8, 2014 How can I delete the third choice "Any" on the radio buttons for Yes/No. What is Any anyway? Rey Quote Link to comment Share on other sites More sharing options...
0 casGary Posted May 8, 2014 Report Share Posted May 8, 2014 Have you faced with that when configuring a search form? "Any" is an option that will bring up data with both "Yes" or "No" values in certain fields. This option actually may be very helpfull when building a search form. By checking "Any" you can look for data based on the search criterias set up in the other search fields and the "yes/no" field will not be taken into account. Quote Link to comment Share on other sites More sharing options...
0 casGary Posted May 8, 2014 Report Share Posted May 8, 2014 Alternatively you can make this field a checkbox, in this way you will not be able to search for Any values Quote Link to comment Share on other sites More sharing options...
0 reyemmaus Posted May 8, 2014 Author Report Share Posted May 8, 2014 Thanks! I changed Any to Unknown and set it as default search because their are two users conducting two different types of searched on same DataPage Quote Link to comment Share on other sites More sharing options...
0 futurist Posted May 19, 2022 Report Share Posted May 19, 2022 Hi all, You can use this CSS on the header of the search form <style> input[type='radio']:nth-child(5), input[type='radio']:nth-child(5) + label{ display: none; } </style> Quote Link to comment Share on other sites More sharing options...
Question
reyemmaus
How can I delete the third choice "Any" on the radio buttons for Yes/No.
What is Any anyway?
Rey
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.