From 245bf8046b8339360b3a9e89719d9e8356e9ab09 Mon Sep 17 00:00:00 2001 From: RaktimaNXG Date: Mon, 13 May 2024 15:49:26 +0530 Subject: [PATCH] feat: add help message on send-in-order in request signature form --- apps/OpenSign/src/pages/Form.js | 72 ++++++++++++++++++++++++++++++--- 1 file changed, 66 insertions(+), 6 deletions(-) diff --git a/apps/OpenSign/src/pages/Form.js b/apps/OpenSign/src/pages/Form.js index 6b04b1acb..546768adf 100644 --- a/apps/OpenSign/src/pages/Form.js +++ b/apps/OpenSign/src/pages/Form.js @@ -16,6 +16,7 @@ import { PDFDocument } from "pdf-lib"; import axios from "axios"; import { isEnableSubscription, submitBtn } from "../constant/const"; import ModalUi from "../primitives/ModalUi"; +import { Tooltip } from "react-tooltip"; // `Form` render all type of Form on this basis of their provided in path function Form() { @@ -708,11 +709,11 @@ const Forms = (props) => { /> {props.title !== "New Template" && ( - + )} {props.title === "Request Signatures" && (
@@ -732,7 +733,66 @@ const Forms = (props) => { )} {props.title !== "Sign Yourself" && (
- + +