Plantilla de forma de reservación

<div class="container-fluid"> <div id="reservation-code"> $(if) $(current_device) equals mobile $(then) $(else)<p>$(reservation_steps)</p>$(endif) <div class="col-sm-7"></div> $(if) $(current_device) equals mobile $(then) <div class="language">$(language_choice_narrow)</div> $(else) <div class='row'> <div class="col-xs-7 col-7 col-sm-8" id="from_calendar"></div> <div class="col-xs-5 col-5 col-sm-4 language">$(language_choice)</div> </div> $(endif) <div class="row col-xs-12 col-12" style="margin-top: 40px;padding:0;"> <div class="col-md-8">$(reservation_form)</div> <div class="col-md-4 pricebox"> $(your_rate_box)</div> </div> </div> </div>
This template lets you specify the HTML code which will be used for the reservation form embedded on your site. The special tags you can use here are:
$(reservation_form) - displays the reservation form (required).
$(your_rate_box) - you can move the price/error panel to any location using this tag (more here...)
$(your_rate_box_floating) - same as $(your_rate_box) but this version will float vertically and will always be visible as long as the booking form is scrolled into view. Note: the box will not float horizontally so make sure the initial horizontal position is correct.
$(your_rate_box_sticky), $(your_rate_box_sticky_right) - different versions of an always-visible 'your rate' box, in this case the box will always stick to the bottom of the browser page (first_tag) or to the right of the browser page (second tag and only on non-mobile devices)
$(pasos de reservación) - (integración avanzada solamente) muestra los pasos de la reservación que reflejan tu configuración actual. El paso actual será resaltado.

La plantilla también puede usar etiquetas generales. Ver por favor las siguientes preguntas frecuentes para una lista de etiquetas detallada:
Tag playground
Impresión condicional de textos
Datos del Sitio
Datos de recursos
* - campo requerido
Editar plantilla en editor WYSIWYG
Restablecer Importa desde el esquema del backup Vista preliminar