How to configure Configurable list widget?

  • pasapascm
    Asked on May 19, 2017 at 4:44 AM

    I have two questions about the 'configurable list'

    - Frames are not displayed correctly, do not fill the form total

    - In the field date, if I specify the year range does not show well. Currently I have it configured like this:

    Nom i cognom:text 

    Email:text 

    Data naixament: date : d/m/y : 1970 - 2003

    DNI:text 

    Telefon mobil:text 

     

    - Can I delete the calendar image?.

     

    Thank you so much for everything,

    Josep

    Jotform Thread 1149033 Screenshot
  • Nik_C
    Replied on May 19, 2017 at 5:26 AM

    - Frames are not displayed correctly, do not fill the form total

    Regarding the border around the configurable list, please insert the below CSS in your Custom CSS field:

    #cid_178 {

        width: 600px!important;

    }

    #label_178 {

        width: 592px!important;

    }

    That will make the field look like this:

    How to configure Configurable list widget? Image 1 Screenshot 40

    - In the field date, if I specify the year range does not show well. Currently, I have it configured like this:

    In your Configurable list widget wizard make sure that date range is written like below:

    How to configure Configurable list widget? Image 2 Screenshot 51

    So no space between number and dash.

    And to remove the image of the calendar here is the code:

    .calendarIcon{

    display:none;

    }

    Paste it in the Configurable list's widget CSS:

    How to configure Configurable list widget? Image 3 Screenshot 62

    If you have any further questions please let us know.

    Thank you!

     

  • pasapascm
    Replied on May 21, 2017 at 3:21 PM

    All perfect thanks.

    Thank you very much