Reduce the products height and make it scrollable
- fredxzemAsked on September 10, 2012 at 07:33 AM
how do i make the items on the purchase order scrollable so that other items on the form can be see witout having to scorll the entire form?
- JotForm SupportidarktechAnswered on September 10, 2012 at 08:30 AM
Hi,
Add the following CSS codes to your form:
#cid_3{
height:450px !important;
overflow-y: scroll;
}
You can change 450px if you like.
Hope this helps. Thanks!
- fredxzemAnswered on September 10, 2012 at 08:44 AM
thanks helps.is it possible to add filter or search on the order?
- JotForm SupportidarktechAnswered on September 10, 2012 at 10:24 AM
Hello,
I'm sorry to inform you but we do not have search or filter function currently.
Thanks.