diff --git a/htdocs/opensurvey/adminstuds_preview.php b/htdocs/opensurvey/adminstuds_preview.php
index 6e8210a21af..9307add0f94 100644
--- a/htdocs/opensurvey/adminstuds_preview.php
+++ b/htdocs/opensurvey/adminstuds_preview.php
@@ -481,6 +481,9 @@ if (GETPOST('ajoutsujet'))
}
else
{
+ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
+
+ $formother=new FormOther($db);
//ajout d'une date avec creneau horaire
//print _("You can add a new scheduling date to your poll. If you just want to add a new hour to an existant date, put the same date and choose a new hour.") .'