Collected values
(submit the form)

Important JavaScript

const { createPicker } = await import(
  "https://cdn.jsdelivr.net/npm/picmo@5.8.5/+esm"
);
tinymce.triggerSave();
const dept = departmentChoices.getValue(true);
const when = meetingInput.value;
const mood = moodInput.value;
const agenda = document.getElementById("agenda").value;