Step-by-Step Guide to Show Start and End Times in Seminar Grouping Headers
This guide explains how to display both start time and end time in the grouping header for seminar layouts, including Table, Column, Calendar, and Timeline layouts. This is achieved by creating a custom “Session Time” field and using it as the grouping option.
Overview of the Process
Create a Session Time custom field
Export session data from the seminar programme
Update the CSV to combine start and end times
Import the updated CSV back into the programme
Update the seminar widget grouping to use Session Time
Step 1: Create a “Session Time” Custom Field
Go to Modules → Seminar
Click on the relevant Programme to edit
Select More → Custom Fields
Click Create Custom Field
Set the following:
Field Type: Text
Label: Session Time
Mandatory: Unticked
Save the field
This field will be used to store the combined start and end time.
Step 2: Export Session Data
Go to Modules → Seminar
Click the programme you want to edit
Select More (top right) → Export Sessions
Click Edit Layout
Select the following fields:
Session Code
Session Time
Session Title
Date
Start Time
End Time
Click Apply Layout
Click Edit Filter
Set:
Is Active → Yes
(This ensures only active sessions are exported.)
Click Apply
Select More → Export as CSV
Step 3: Update the CSV File
Open the exported CSV file
Locate the Session Time column
In the first row of that column, enter the formula below (adjust cell references as needed):
=TEXT(F2,"hh:mm")&" - "&TEXT(B2,"hh:mm")
Important:
F2= Start Time cell
B2= End Time cell
These column letters may differ in your CSV, so make sure you reference the correct Start Time and End Time cells.
Once the formula is added:
Double-click the bottom-right corner of the cell or
Drag the formula down to copy it across all rows
Save the CSV file
Step 4: Import the Updated CSV
Go to Modules → Seminar
Select More → Import Sessions
Upload the updated CSV file
Set Import Method to Update Existing
Confirm field mappings:
Session Code → Session Code
Session Time → Session Time (custom field)
Click Submit
Click Submit again to complete the import
Step 5: Update the Seminar Widget Grouping
Go to Pages
Find and edit the page containing the seminar widget
Or create a new page and add a Seminar Widget
Edit the seminar widget
Under Grouping 1 (or Grouping 2, depending on your setup):
Select Session Time
Save the page
Result
The grouping header in the seminar layout will now display both start time and end time (e.g. 09:00 - 10:30) instead of just the start time.
Comments
0 comments
Please sign in to leave a comment.