What is the role of the host in a Digitablue Journey?
The host, typically a manager or team leader, controls the Journey and receives additional support from the AI model that is not visible to other team members. This unique feature empowers the host to become an expert consultant during the workshop.
How do I add more members to my Journey?
Adding members to your Journey is easy! Simply go to My Journeys and find the Journey you want to add member to. Click the button Edit Team and fill in the email addresses of the new members of your team to send them an invitation by email. First, you must have purchased a license for a place in your team. Anyone with your invite will be able to join your team once you’ve added them, have fun!
jQuery(document).ready(function($) {
// Ensure the DOM is fully loaded and the cart table is present// Change "Product" to "Event" in Cart Table Header
$('th.product-name').text('Event');// Change "Quantity" to "Participants" in Cart Table Header
$('th.product-quantity').text('Participants');// Also, check for any divi-specific classes that might render after page load
setTimeout(function() {
// Apply the changes again after 500ms to ensure Divi has loaded
$('th.product-name').text('Event');
$('th.product-quantity').text('Participants');
}, 500);
});