How can I get the "Type an Option" box to go away

  • VickiH
    Asked 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 ?

    Jotform Thread 1569432 Screenshot
  • Victoria_K
    Replied 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;

    }

    Guide: How-to-Inject-Custom-CSS-Codes

  • VickiH
    Replied on September 2, 2018 at 2:43 PM
    Thanks! That worked perfectly.
    Vicki Hudson
    ...