"Date field" in form works while signed in, not while on live site.
PermalinkThe only thing I am hiding when in edit mode is this:
<?php $page = Page::getCurrentPage(); if(!$page->isEditMode()) { ?> <script src="<?php echo $view->getThemePath()?>/js/bootstrap.min.js"></script> <?php } ?>
However if I set it to not load even on the live site the date field still doesn't work.
Version 5.7.4.2

Cheers.