Hi. Can I add a separator between fields?

  • sellable
    Asked on August 17, 2016 at 7:48 AM

    Hi. Can I add a separator between fields? I have set up a date drop down (MM and YYYY) but would like to add a "/" between the fields.

    Can you help me with the custom CSS required?

    Thanks!

  • Irshad
    Replied on August 17, 2016 at 10:36 AM

    Can you please send us Form URL, where you have setup the date drop-down field. I have checked this form https://www.jotform.com/62273141924351. But I am not able to see the date drop-down field in that Form. Thanks.

     

  • sellable
    Replied on August 17, 2016 at 7:30 PM

    Hi and thanks for your quick response.

     

    You're looking at the wrong form: please see formID=62239311315851. Check out input#75.

     

    Thanks.

  • Chriistian Jotform Support
    Replied on August 18, 2016 at 12:25 AM

    You can inject the code below into the Custom CSS area of your Configurable List Widget to add a separator between the fields.

    .dateDrowdowns:before {

        content: "/";

        position: absolute;

        left: 94px;

    }

    select.m {

        margin-right: 15px;

    }

    Hi Screenshot 30

    Here's how it should look:

    Hi Screenshot 41

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

  • sellable
    Replied on August 18, 2016 at 1:48 AM

    This works very nicely - thanks!