I'm trying to combine horizontal and inline form using Bootstrap 3 without luck. What I'm trying to do is:
Invoice date: [ ]
Customer: [ V]
Items: [product V] [amount ] [quantity ]
[product V] [amount ] [quantity ]
Where invoice date and customer are typical horizontal controls. And items is tabular data for which I think form-inline class can be used.
Anyone experienced combining horizontal and inline form and has some tips for me?