Posts Tagged: custom booking fields

Custom Validation For Required Fields

MIDAS ships with a set of standard booking and client input fields. These input fields allow you to capture specific details about a client and their bookings.

Standard Input Fields In MIDAS
Standard Input Fields In MIDAS

Now some of these fields will always be required. For bookings, a minimum of a date and a venue (room/bookable space) is required. All other booking fields can be set to be optional. Likewise, for clients, a minimum of the client’s name is required. All other client fields can be set to be optional.

Here’s a list of the standard fields which are included in MIDAS by default:

Default Booking FieldsDefault Client Fields
DateClient
Times (Booking)Organization
Times (Setup / Breakdown)E-mail Address
VenueMailing Address
Client / OrganizationTelephone Number
AttendeesFax Number
Booking TypeCell/Mobile Number
Booking NotesClient Notes
Resources

MIDAS also allows you to “turn off” fields that you don’t need. So if you don’t need to capture a client’s fax number, you can disable that field.

But that’s not all – in addition to the standard “default” fields, you can create additional custom booking or client fields in MIDAS.

Adding Custom Fields

A range of different types of custom fields can be created, including:

  • Checkbox – A “tick box” field.
  • File – Allows uploading/attaching of files and documents to bookings or client records (self-hosted systems only)
  • List (Single Select) – A drop-down list of pre-defined items from which a single item may be selected.
  • List (Multi Select) – A drop-down list of pre-defined items from which multiple items may be selected.
  • Number – A field that will only accept numerical input.
  • Range – A “slider” control allowing selection of a numeric value within a defined range.
  • Text – A single-line text field.
  • Text Area – A multi-line text field.
  • URL – A navigable web link to an external resource.

As with standard fields, custom fields can also be set to be “required”. This means that an input is required in the custom field each time it’s shown.

New Validation Feature

For MIDAS v4.34, we’re extending the capabilities of marking custom number, text, text area, and URL fields “required”.

Let’s take the example of a custom single-line text field. Marking this as a required field would ensure that a user would enter something into the field. However, MIDAS wouldn’t check what they’d actually entered. Just entering a single character, or gibberish would be enough to allow you to proceed.

From v4.34 onwards, when setting a custom number, text, text area, and URL field as “required”, you can instruct MIDAS what values are considered “valid” for the field. A user would then need to enter a “valid” value in order to proceed.

Custom Field Validation Using Regular Expressions
Custom Field Validation Using Regular Expressions

A Simple Example

As an example, you could make it so that a user has to enter the word “YES” into a custom text field in order to proceed. If the custom field doesn’t contain the word “YES”, the user will be prompted to correct their entry:

Require Valid Entries In Custom Fields
Require Valid Entries In Custom Fields

The Power Of REGEX

Regular Expressions (REGEX) can be used to create more complex validations for your custom fields too. We’ll cover REGEX in more depth in a future article. In the meantime, as a brief introduction, here are a few simple yet useful REGEX’s for validating entries into your custom fields:

DescriptionREGEX
Value must start with the letters “BOOK”^BOOK
Value must end with the letters “ING”ING$
Value must contain “BOOKING”BOOKING
Value must be exactly “BOOKING”^BOOKING$
Value must contain a number (digit)\d
Value must not contain a number (digit)\D
Value must be exactly “BOOK”, followed by two single digit numbers^BOOK\d\d$

You’ll find further examples together with detailed explanations in our KB article: How to use Regular Expressions for custom input validation.

How To Use

Custom field validation can be setup via MIDAS Admin Options → Manage MIDAS → Fields.

On any custom number, text, text area, or URL fields, right-click (or long press on touch screens) on the field’s “Required” box.

You’ll then be able to set or modify the Regular Expression that should be used to validate entries to the field.


New Multi-Select Custom List Fields

The new decade has gotten off to an unusually windy and wet start here in the UK. We’ve taken a bit of a battering from Storm Ciara and Storm Dennis in quick succession. It’s not been very nice weather to go out in at all! So instead, we’ve been spending a lot of time indoors working away at the next update to our MIDAS web based room booking and resource scheduling software.

Our first update in 2020 includes a host of new and improved features, which we’re going to give you a look at in the coming blog posts.

In this post we’re going to cover the first of these new features coming in MIDAS v4.24:

Multi-Select Custom List Fields

One of the reasons our room bookings software is so flexible and versatile is that we allow you to create your own bespoke booking fields, and more recently your own bespoke client fields too!

The types of custom booking/client fields you can create in MIDAS are as follows:

  • Checkbox – A “tick box” field
  • File – (self-hosted editions only) Allows uploading/attaching of files and documents to client records
  • List – A drop-down list of pre-defined items
  • Number – A field that will only accept numerical input
  • Range – A “slider” control allowing selection of a numeric value within a defined range
  • Text – A single-line text field
  • Text Area – A multi-line text field
  • URL – A navigable web link to an external resource

Documentation on how to create and use custom fields in your MIDAS system may be found here. We also have a short tutorial covering custom fields too:

TUTORIAL: How to Control & Customize Fields in MIDAS

Until now the custom “List” field allowed users to select a single item from a list of pre-defined values created by an administrator, and assign the selected item to the booking or client record.

For v4.24, we’re expanding the custom “List” field options to additionally include a “multi select” list option. Administrators can now also create drop-down lists from which users may select multiple options.

Administrators will of course also be able to select which option (or options) in the list are selected by default, and also control whether the list is visible to all users, or restricted to just certain users:

Multi-select custom drop-down field in MIDAS booking systems
New multi-select custom field option in MIDAS v4.24

We’re excited about the new custom “multi-select list” field option coming in v4.24. Once again, this has been implemented as a direct result of customer feedback. Remember, we love feedback and feature requests from our customers, so do vote and let us know what you’d like to see in future updates to our software.


Include field names on booking blocks

MIDAS v4.18 is almost ready for general release, and boasts a variety of user-requested features and improvements.

One of these improvements concerns the way that information is display on “blocks” within the booking grid. Each “block” within the booking grid represents a booking. Administrators can set up to two booking fields to display within each block. A further two booking fields can be set to display on the associated tooltip.

Here’s a typical example showing the Client and Organization field values on the booking block, and the booking times and booking notes in a corresponding tooltip:

Booking Block within the MIDAS Booking Grid

Now, that’s all fairly obvious as to which fields are being displayed. But as MIDAS allows you to add your own custom booking fields, which can also be shown on booking blocks and their tooltips, consider the following example:

Booking Block within the MIDAS Booking Grid with no field names

In the above example, the value of two custom booking fields has been set to shown on booking blocks. These two fields are drop-down lists. However, because the name of the field isn’t shown on the block, only it’s value, the above offers little insight into what’s being shown.

That’s why for v4.18, we’re giving administrators the option to choose whether individual field names are included on booking blocks/tooltips along with their corresponding values, or just the field values only (as in earlier versions of MIDAS).

Here’s the above example again but this time with the settings configured to include the name of the field too:

Booking Block within the MIDAS Booking Grid displaying the names and values of custom booking fields

As you can see, this is a lot much user-friendly. So we’re sure this improvement will be welcomed by our customers.

Click here to continue reading about some of the other new & improved features coming in MIDAS v4.18!


MIDAS booking systems incorporate a set of basic booking fields enabled by default. These allow you to capture the type of booking, the number of attendees, resources, and booking notes. That’s in addition to the space being booked (the “venue”), the date/time, and client details.

These booking fields can be re-ordered as well as made optional or required. They may also be selectively hidden from individual users.

MIDAS also offers even more flexible control by allowing you to add your own “custom” booking fields as well!

A variety of different custom booking field types may be added to MIDAS, including:

Last year, we expanded the types of custom booking fields available. This included the addition of a new “Range” (or “slider”) custom booking field type.

For MIDAS v4.18, we’re adding a further custom booking field type to the available range, with the introduction of a custom “Checkbox” (tick box) booking field type:

Custom Checkbox/Tickbox Booking Field
Custom Checkbox (Tickbox) Booking Field

When adding a new “Checkbox” custom booking field to MIDAS, you’ll be able to title it, specify whether the box should be “checked” (ticked) by default, and also whether the checkbox is required to be checked/ticked in order to proceed in adding/modifying/requesting the booking.

This new custom booking field and associated options will certainly find uses in a variety of applications. For example, it will now be easy for MIDAS users to ensure that their hirers/customers have accepted any Terms & Conditions of Hire, etc before making their request/booking.

Click here to continue reading about some of the other new & improved features in MIDAS v4.18!