Booking Questions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 50: | Line 50: | ||
*'''Single Line Field''' | *'''Single Line Field''' | ||
*'''Multi Line Field''' | *'''Multi Line Field''' | ||
*'''Multiple List''' This creates a list of choices with radio buttons. See below for usage. | *'''Multiple List''' - This creates a list of choices with radio buttons. See below for usage. | ||
*'''Multiple Select''' This creates a drop-down list of choices. See below for usage. | *'''Multiple Select''' - This creates a drop-down list of choices. See below for usage. | ||
*'''Tick Box''' | *'''Tick Box''' | ||
*'''Date Selector''' | *'''Date Selector''' | ||
Multiple choice options ('''Multiple List''' and '''Multiple Select''') must be entered in square brackets after your question, like this:<br>Question[option 1][option 2][option 3] | Multiple choice options ('''Multiple List''' and '''Multiple Select''') must be entered in square brackets after your question, like this:<br>Question [option 1][option 2][option 3] | ||
If a '''Tick Box''' question is made compulsory the booking cannot proceed until the guest has ticked the box. This can be used for example with a link to your terms and conditions in the question. You can also add values to the tick box, like: | |||
*I agree to the terms and conditions [yes][no] - This will print out 'yes' if the guest ticked and 'no' if the guest didn't tick. | |||
The questions can contain HTML for formatting purposes or to embed links to other pages, like: | |||
*I read the <a href="http://mylink.com" target="_blank"> the terms </a> | |||
If you have enabled additional languages please make sure you enter the custom question in all languages you have selected. | |||
== Question Order == | == Question Order == | ||
You can change the order in which the fields appear on your booking page. Just drag and drop or use the arrows. | You can change the order in which the fields appear on your booking page. Just drag and drop or use the arrows. | ||