Appnitro Software Forums » MachForm

2 Calendar Date Field on the same line

(2 posts)

  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 1 year ago #
  2. 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

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.