Forms
The Tailored Travel site uses Umbraco Forms for pages like Pay Final Balance and Contact Us.
What you can change in the backoffice
Section titled “What you can change in the backoffice”You can edit these things directly in the Forms section of the backoffice:
- Field labels and captions
- Help text (the smaller text that appears below a field label)
- Placeholder text inside inputs
- Required field error messages
- The order fields appear within a fieldset
What requires developer involvement
Section titled “What requires developer involvement”Some things cannot be changed through the backoffice alone. These require a code change and a deployment:
- The visual layout of the form — styled information boxes, button placement
- The “Show me” modal popups (for example, the booking reference helper image)
- The link to the booking terms and conditions PDF
- Adding or removing entire fieldsets
- Any change to how the form looks or behaves
If you need any of these changes, contact the developer.
Updating the terms and conditions PDF
Section titled “Updating the terms and conditions PDF”The booking terms and conditions link on the Pay Final Balance form currently points to a specific PDF file. If you replace the PDF with a new version, the developer will need to update the link in code and redeploy the site. Let the developer know when a new version of the T&Cs is uploaded.
A future improvement is planned to make this link editor-updatable without needing a deployment.