Forum Discussion
- ArchiveUserQrew CaptainHi Matthew,
My name is Cam from the QuickBase Support team. I would be happy to help. Do you have a screenshot of what you are trying to modify? - MatthewMatthew2Qrew Traineenm
- DavidDavid3Qrew MemberI don't believe that it is possible. A better choice may be to un-check the radio button option and leave it as text - multiple choice with only those two choices.
David - ArchiveUserQrew CaptainIf you make your field required, the None of The Above will go away.
- MatthewMatthew2Qrew TraineeYes, I asked how to avoid making it a required field.
- ArchiveUserQrew Captainmake the field as required * when you don't need none of the above option (in radio buttons)
- _anomDiebolt_Qrew Elite>I don't believe that it is possible.
Everything is possible. You can hide the radio button and the surrounding "None of the above" <label> with this script:
$("label.NoneOfTheAbove").hide();- GauravSharma3Qrew CommanderHi Dan,
It hides all the NoneOfTheAbove label from all multiple choice field but if we want to apply only for one field.. then?
Any ideas?
Thanks,
Gaurav - JimHarrisonQrew ChampionAdd an additional option in the select list on that field, call it "none of the above
- DavidDavid3Qrew MemberLet me re-phrase that.... I don't believe that it is possible for us mortals in native quickbase. :)
- _anomDiebolt_Qrew EliteWhat multiverse are you living in where you can't get QuickBase to do your bidding? Just create a text formula field with some HTML allowed using the following formula and you will remove the NoneOfTheAbove monkey business:
http://pastebin.com/km1rhjrh
I never understood this "Native QuickBase" meme. What is it about my method that is unnative QuickBase? Seriously cast out your demons that are holding you back from solving every QuickBase problem. - DavidDavid3Qrew MemberThere are no "demons" Dan. I am one of those people who started the quickbase experience with zero background in any web language. Quickbase brags about being for the "non-technical" people and I am one of those. I am trying to learn and have picked up a few things here and there and been tickled pink every time I do. Sorry if my learning curve is not a steep as yours. There's really no need to be condescending...I'm doing the best I can. I did learn one more thing from you. I need to stop trying to help anyone here on this forum.