Simple HTML Configuration
Now, you can organize your booking form fields in rows and columns using the new Simple HTML shortcodes. This makes configuring your booking form even easier.
Here's how it works:
Example of how to create a single row with 2 columns:
<r>
<c>...</c>
<c>...</c>
</r>
With this feature, you have the flexibility to design your booking form exactly as you need it. (Available in all paid versions).
Create Rows. Use these tags to defines a row in your form:
<r>...</r>
Add Columns. Inside each row, you can specify columns using tags:
<c>...</c>
Label Fields. Use the tags:
<l>...</l>
Spacer:
<spacer></spacer>
or
<spacer>width:1em;</spacer>
Simplified field data tag:
<f>...</f>
Easily highlight field data by enclosing it within tags in the 'Content of booking fields data' section on the Booking > Settings > Form page:
<f>...</f>
This will highlight the background of the field on the Booking Listing page. (All Pro Versions). For example
<f>[secondname]</f>