Book a meeting form

Hey!

I would like to know how to rebuild this type of booking form that you have created in this premade website:


I would like to create exact the same but in the "jeweler2".


thanks!

Comments

  • Hi,

    It was made with a Contact Form 7, and its construction looks like this:

    1. <div class="column one">[select your-carType placeholder "Car type" "Sedan" "Pickup" "Hatchback" "Vagon" "Sports car" "Minivan"]</div>
    2. <div class="column one">[select your-rentalPLace placeholder "Place of rental" "City1" "City2" "City3" "City4"]</div>
    3. <div class="column one">[select your-returnPlace placeholder "Place of return" "City1" "City2" "City3" "City4"]</div>
    4. <div class="column one">[date* your-dateRental min:2022-01-01 max:2025-12-31 class:required]</div>
    5. <div class="column one">[select your-hourRental placeholder "Rental hour" "08 AM" "08:30 AM" "09 AM" "09:30 AM" "10 AM" "10:30 AM" "11 AM" "11:30 AM" "12 PM" "12:30 PM" "01 PM" "01:30 PM" "02 PM" "02:30 PM" "03 PM" "03:30 PM" "04 PM" "04:30 PM" "05 PM" "05:30 PM"]</div>
    6. <div class="column one">[submit class:button_full_width "Book"]</div>

    Best regards

Sign In or Register to comment.