Hi Nox,
you can create a template override of the file "edit_extended.php".
If you are using the
Default Layout Style in the JEM Settings, you create an override of file in
Code:
components/com_jem/views/editevent/tmpl/responsive/edit_extended.php
and remove the lines 189 and 190
Code:
If you are using the [i]Legacy Layout Style[/i] you create an override of file in [code]components/com_jem/views/editevent/tmpl/edit_extended.php
and remove the lines 188 and 189
Code:
<li><?php echo $this->form->getLabel('waitinglist'); ?> <?php echo $this->form->getInput('waitinglist'); ?></li>
<br/><br/>
If you need assistance with overrides etc. please do not hesitate to ask.