How to add textbox field after other option in configurable list

  • neoranking
    Asked on May 27, 2016 at 9:59 AM
    2. See Screenshot: "problems.png" - Problem 2
  • Ben
    Replied on May 27, 2016 at 10:12 AM

    If I understood you correctly, you would like to get the checkbox field turned into Dropdown field instead?

    How to add textbox field after other option in configurable list Image 1 Screenshot 20

    Or did you mean something else by the same under "problem 2"?

  • neoranking
    Replied on May 27, 2016 at 10:45 AM

    How can I achieve this?

    When "Others" option is selected there's a text field to input another value to specify Others.

  • beril JotForm UI Developer
    Replied on May 27, 2016 at 10:50 AM

    If I understand your question correctly you want to add textbox field after other option. Actually, it is not possible with the configurable list. However, to solve that issue You can add another text field and change the position of it with injecting CSS code.

    td.col13 {

        display : block !important;

        position : relative !important;

        top : -28px !important;

    margin-left: 400px !important;

    width: 240px !important;

    }

    Here is how it works:

    How to add textbox field after other option in configurable list Image 1 Screenshot 20

    If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.

  • neoranking
    Replied on May 27, 2016 at 11:22 AM

    Hi thanks for the solution.

    I tried it but I'm not getting the same result from your screenshot.

    How to add textbox field after other option in configurable list Image 1 Screenshot 20

  • beril JotForm UI Developer
    Replied on May 27, 2016 at 11:43 AM

    You're most welcome.=) Sorry, It seems I didn't tell how to add textbox field. You can add the textbox field as you see below:

    How to add textbox field after other option in configurable list Image 1 Screenshot 20

    You can also check your demo form if you have any issues. Feel free tho clone it.

    https://form.jotform.com/61473971633966

    Feel free to contact us anytime. We will be happy to assist you.

  • neoranking
    Replied on May 29, 2016 at 1:38 AM

    Hi,

    Now the "HOME ADDRESS" textarea is gone and also there seems to be an extra "text" field located at the bottom.

    Please see screenshot. 

    Thanks.

    How to add textbox field after other option in configurable list Image 1 Screenshot 20

  • BJoanna
    Replied on May 29, 2016 at 4:19 AM

    When you added new "other" field to configurable list, order of other fields labels was changed. Address field label is change to and "home or mobile number". Do you want your form to look like this.

    How to add textbox field after other option in configurable list Image 1 Screenshot 20

    I have cloned your form and changed label names with CSS and I added one additional column for last field. Here is my form: https://form.jotform.com/61491482909969 

    Feel free to clone it

    Hope this will help. Let us know if you need further assistance. 

  • neoranking
    Replied on May 29, 2016 at 5:17 AM

    Thanks BJoanna. 

  • Mike_G JotForm Support
    Replied on May 29, 2016 at 8:38 AM

    On behalf of my colleague, BJoanna, you are most welcome! Please feel free to contact us anytime you need assistance with your account and/or your forms.

    Thank you.