How to add form in carousel

can help me to find out how to add form to carousel

i was try to create a travel site …

Never done it, but in the carousel code, you would add the form inside the “item” div (where the bootstrap example has an img and caption).

  <div class="carousel-inner" role="listbox">
    <div class="item active">      
      <img src="..." alt="...">
      <div class="carousel-caption">...</div>
    </div>
  </div>
1 Like

i have put carousel … need to how to put form in it…actually i was creating a hotel booking site

It sounds like you need to work on the form separate from the carousel first, then. Lots of help for forms out there.
http://www.w3schools.com/html/html_forms.asp

Congrats on being a glutton for pain. Slick JS will let youbdo this. Turn off auto changing.

Dirty code for slick

Container div
Carousel div
Slide div
Form holder div
Form
/form
/div
Slide div
/div
/div
/div

Script js
Slick initilization

Css style.

I am under nda for my client examples until the sites are live. But you can do it!