WEBSITE INTEGRATIONS
Inquiry Import
Example Form
2 min
please be aware that this is just an exampled it is not supposed to be used in a production environment you may use and extend this example at your own risk we do not provide any support for the sample code it's only intended to help you get a better understanding of how it is used below find an example form (use at own risk, no warranty or whatsoever) html persönliche daten vorname nachname e mail adresse telefon unterkunftsdaten anzahl der zimmer zimmertyp einzelzimmer doppelzimmer ankunftsdatum abreisedatum anzahl der erwachsenen anzahl der kinder alter der kinder zusĂ€tzliche informationen kommentare/wĂŒnsche ich habe die allgemeinen geschĂ€ftsbedingungen gelesen und verstanden ich stimme den datenschutzbestimmungen zu anfrage senden css #hm booking request form { padding 20px; font size 12px; } \#hm booking request form section { margin bottom 20px; } \#hm booking request form input, \#hm booking request form select, \#hm booking request form textarea { display block; width 100%; padding 10px; margin bottom 10px; box sizing border box; } \#hm booking request form button { padding 10px 20px; background color #007bff; color #fff; border none; cursor pointer; } \#hm booking request form button\ hover { background color #0056b3; } \#hm booking request form input group { position relative; margin bottom 20px; } \#hm booking request form input group label { display block; margin bottom 5px; color #888; } \#hm booking request form input group span required { color red; } \#hm booking request form section checkboxes { display grid; grid template columns min content auto; grid gap 10px; } if you should decide to re use this example, please make sure to at least adjust the following hotel id business terms url privacy policy url room type options (replace with a list of your room types) child inputs (remove if you do not accommodate children) in addition, you might also want to adjust the following redirect to a different page instead of just showing a success alert dialog add custom tracking codes (like google analytics conversion tracking) translate labels for multi language websites adjust required fields (in the hotel software, at least a name and an email address are required)