Can I split the purchase order items into two columns?

  • sigmapi1897
    Asked on March 10, 2015 at 12:58 PM

    I have this form built that uses a purchase order field to list out items.  Is there any css coding I can inject to make this field two columns? http://www.jotformpro.com/form/50254089340956

  • Carina
    Replied on March 10, 2015 at 2:23 PM

    Yes, please add this css code:

    #id_27

    {

    -webkit-column-count: 2; /* Chrome, Safari, Opera */

    -moz-column-count: 2; /* Firefox */

    column-count: 2;

    }

    You can test and clone the demo form: 

    http://form.jotformpro.com/form/50685166146964? 

    Let us know if we can assist you further.