This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

2 Calendar Date Field on the same line


  1. sonic
    Member

    Hi

    For a travel Form I need 2 calendar datepick fields on the same line (Day of depature & Day of return).
    Is that possible?

    Thanks

    Posted 16 years ago #
  2. redityo

    Hi ..

    You can edit you form CSS to do that, insert this following code :

    #li_1
    {
     width:40%;
     clear:both;
     float:left;
    }
    
    #li_2
    {
     width:40%;
    }

    In that example I suggest you have 2 calendar with element id 1 and 2, you can get more information in

    http://www.appnitro.com/forums/topic/how-do-i-get-fields-on-the-same-line?replies=34


    MachForm Support

    Posted 16 years ago #

RSS feed for this topic

Reply