diff --git a/apps/OpenSign/src/routes/Form.js b/apps/OpenSign/src/routes/Form.js
index 1069753e6..8191b84b4 100644
--- a/apps/OpenSign/src/routes/Form.js
+++ b/apps/OpenSign/src/routes/Form.js
@@ -34,7 +34,8 @@ const Forms = (props) => {
Name: "",
Description: "",
Note: "Please review and sign this document",
- TimeToCompleteDays: 15
+ TimeToCompleteDays: 15,
+ SendinOrder: "false"
});
const [fileupload, setFileUpload] = useState([]);
const [fileload, setfileload] = useState(false);
@@ -161,6 +162,8 @@ const Forms = (props) => {
"TimeToCompleteDays",
parseInt(formData?.TimeToCompleteDays)
);
+ const isChecked = formData.SendinOrder === "true" ? true : false;
+ object.set("SendinOrder", isChecked);
}
object.set("URL", fileupload);
object.set("CreatedBy", Parse.User.createWithoutData(currentUser.id));
@@ -365,6 +368,32 @@ const Forms = (props) => {
/>
)}
+ {props.title !== "Sign Yourself" && (
+
+ )}
',
+ ' directly. If you think this email is inappropriate or spam, you may file a complaint with OpenSign™ here.