-
VickiHAsked on September 1, 2018 at 9:07 PM
I only want the Other option box to show. Is there a way to delete or hide the selection of Type an Option ?
-
Victoria_KReplied on September 2, 2018 at 5:54 AM
Hello,
You may use a Short Text Entry field instead if you need to allow the input only. For Multiple Choice fields one more option is mandatory except of the Other, but you can hide additional option with custom CSS code:
#input_226_0 {
display: none;
}
-
VickiHReplied on September 2, 2018 at 2:43 PMThanks! That worked perfectly.
Vicki Hudson
...