2 Date Fields in a column? (Configurable List)

  • neoranking
    Asked on June 13, 2016 at 1:43 AM

    This is the form: https://form.jotform.me/61494859302462

    Please see attached. (2 date fields.png)

    I hope you can help me thanks!

    Jotform Thread 859172 Screenshot
  • Chriistian Jotform Support
    Replied on June 13, 2016 at 4:31 AM

    Unfortunately, you cannot add two separate field in one column for configurable list widget. As a workaround you can try to add two separate date field and set the second date field label to empty.

    2 Date Fields in a column? (Configurable List) Image 1 Screenshot 30

    And then, format the fields using custom CSS code. I have created a sample clone form that I used for testing: https://form.jotform.com/61641869577976?. You can try to add the following custom CSS code in your form to achieve what you need:

    td.col21 {

        float: right;

        margin-top: -20px !important;

        margin-right: 5px !important;

    }

    2 Date Fields in a column? (Configurable List) Image 2 Screenshot 41

    Do let us know if you need further assistance.
    Regards.

     

  • neoranking
    Replied on June 13, 2016 at 5:45 AM

    Thanks Christian!