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
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
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
You must log in to post.