Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Replace {hotel} with your hotel ID and replace {language} with the correctlanguage code.

Code Block
languagehtml
<form method="post" action="https://scripts.hoteliers.com/api/v1/book-form" target="_blank" class="hoteliers-book-form">
    <input type="hidden" name="hotel" value="{hotel}">
    <input type="hidden" name="lang" value="{language}">
    <button type="submit" class="hoteliers-book-form__button">Book now</button>
</form>

...