{t("send-in-order")}
{t("send-in-order-help.p1")}
@@ -1081,7 +1081,7 @@ const Forms = (props) => {
@@ -1244,7 +1244,7 @@ const Forms = (props) => {
{t("isenable-otp")} {t("isenable-otp-help.p1")} {t("enable-tour")}
diff --git a/apps/OpenSignServer/cloud/customRoute/v1/routes/CreateDocumentWithTemplate.js b/apps/OpenSignServer/cloud/customRoute/v1/routes/CreateDocumentWithTemplate.js
index 6e7b8c072..05d91ab1d 100644
--- a/apps/OpenSignServer/cloud/customRoute/v1/routes/CreateDocumentWithTemplate.js
+++ b/apps/OpenSignServer/cloud/customRoute/v1/routes/CreateDocumentWithTemplate.js
@@ -199,7 +199,7 @@ export default async function createDocumentWithTemplate(request, response) {
const enableOTP = request.body?.enableOTP;
const IsEnableOTP =
enableOTP !== undefined ? enableOTP : template?.IsEnableOTP || false;
- const enableTour = request.body?.enableOTP;
+ const enableTour = request.body?.enableTour;
const isTourEnabled =
enableTour !== undefined ? enableTour : template?.IsTourEnabled || false;
object.set('IsTourEnabled', isTourEnabled);