name)) { $form->name = ''; } if (empty($form->thirdparty)) { $form->thirdparty = ''; } if (empty($form->thirdpartywaitlist)) { $form->thirdpartywaitlist = 0; } if (empty($form->confirmationsubject)) { $form->confirmationsubject = empty($CFG->facetoface_defaultconfirmationsubject) ? '' : $CFG->facetoface_defaultconfirmationsubject; } if (empty($form->confirmationinstrmngr)) { $form->emailmanagerconfirmation = 0; $form->confirmationinstrmngr = empty($CFG->facetoface_defaultconfirmationinstrmngr) ? '' : $CFG->facetoface_defaultconfirmationinstrmngr; } else { $form->emailmanagerconfirmation = 1; } if (empty($form->confirmationmessage)) { $form->confirmationmessage = empty($CFG->facetoface_defaultconfirmationmessage) ? '' : $CFG->facetoface_defaultconfirmationmessage; } if (empty($form->remindersubject)) { $form->remindersubject = empty($CFG->facetoface_defaultremindersubject) ? '' : $CFG->facetoface_defaultremindersubject; } if (empty($form->reminderinstrmngr)) { $form->emailmanagerreminder = 0; $form->reminderinstrmngr = empty($CFG->facetoface_defaultreminderinstrmngr) ? '' : $CFG->facetoface_defaultreminderinstrmngr; } else { $form->emailmanagerreminder = 1; } if (empty($form->remindermessage)) { $form->remindermessage = empty($CFG->facetoface_defaultremindermessage) ? '' : $CFG->facetoface_defaultremindermessage; } if (empty($form->cancellationsubject )) { $form->cancellationsubject = empty($CFG->facetoface_defaultcancellationsubject) ? '' : $CFG->facetoface_defaultcancellationsubject; } if (empty($form->cancellationinstrmngr)) { $form->emailmanagercancellation = 0; $form->cancellationinstrmngr = empty($CFG->facetoface_defaultcancellationinstrmngr) ? '' : $CFG->facetoface_defaultcancellationinstrmngr; } else { $form->emailmanagercancellation = 1; } if (empty($form->cancellationmessage)) { $form->cancellationmessage = empty($CFG->facetoface_defaultcancellationmessage) ? '' : $CFG->facetoface_defaultcancellationmessage; } if (empty($form->waitlistedsubject)) { $form->waitlistedsubject = empty($CFG->facetoface_defaultwaitlistedsubject) ? '' : $CFG->facetoface_defaultwaitlistedsubject; } if (empty($form->waitlistedmessage)) { $form->waitlistedmessage = empty($CFG->facetoface_defaultwaitlistedmessage) ? '' : $CFG->facetoface_defaultwaitlistedmessage; } if (empty($form->display)) { $form->display = 6; } if (empty($form->reminderperiod)) { $form->reminderperiod = 2; } ?>
:
:
: thirdpartywaitlist ? 'checked="checked"' : ''); ?> alt="" />
: display, ''); ?>

:

:

: emailmanagerconfirmation) echo 'checked="checked"' ?> alt="" />
:

:

:

: emailmanagerreminder) echo 'checked="checked"' ?> alt="" />
:
: reminderperiod, ''); ?>

:

:

:

:

: emailmanagercancellation) echo 'checked="checked"' ?> alt="" />
: