Skip to content

Commit 39f8efd

Browse files
Merge pull request #14 from virtualansoftware/praveen
Latest Updates in the Docs Tutorials
2 parents 74ebf85 + c2b5e6c commit 39f8efd

14 files changed

Lines changed: 180 additions & 5 deletions

docs/E_Sign/Image-and-Underline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# How to use Images & Underlines Fields?
1+
# How to use Image & Underline Fields?
22

3-
The **Images & Underlines Fields** feature in the E-Sign module allows both senders and recipients to add images and apply underline formatting directly within documents during the signing process. This functionality improves document clarity, enhances collaboration, and ensures a more interactive signing experience.
3+
The **Image & Underline Fields** feature in the E-Sign module allows both senders and recipients to add images and apply underline formatting directly within documents during the signing process. This functionality improves document clarity, enhances collaboration, and ensures a more interactive signing experience.
44

55
---
66

docs/Forms/Form_Integration.md

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
# How to use Web Form Integration?
2+
3+
The **Web Form Integration** feature enables organizations to seamlessly collect form submissions directly through their website or application without requiring users to access the Doculan portal. This integration simplifies data collection, improves workflow automation, and ensures a smooth user experience for both administrators and form respondents.
4+
5+
Once integrated, submitted forms are automatically delivered via email and can also be reviewed directly within the Doculan platform.
6+
7+
---
8+
9+
## Step 1: Generate the Form
10+
11+
After creating and completing the form configuration:
12+
13+
1. Click **Generate Form**
14+
2. Configure the required options, such as **Never Expire** and **Allow Resubmit**, based on your requirements.
15+
3. Click Generate to create the public form link for sharing.
16+
17+
<img src="screenshots\Form-Integration\Form-Integration.png" alt="Step 2 — view all Docs" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;">
18+
19+
This generated link can be shared through any preferred communication method, including:
20+
21+
* Website integration
22+
* Email
23+
* Messaging platforms
24+
* Internal systems
25+
* Applications
26+
27+
<img src="screenshots\Form-Integration\Form-Integration8.png" alt="Step 2 — view all Docs" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;"><br>
28+
29+
30+
<img src="screenshots\Form-Integration\Form-Integration1.png" alt="Step 2 — view all Docs" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;">
31+
32+
---
33+
34+
## Step 2: Configure Email Notifications
35+
36+
The notification feature ensures that administrators receive alerts whenever a user submits a form.
37+
38+
### To Configure Notifications:
39+
40+
1. Enable **Email Notifications**
41+
2. Add recipient email addresses
42+
3. Click **Configure Notifications**
43+
44+
### Notification Limits
45+
46+
* You can add up to **10 email addresses**
47+
* All configured recipients will receive submission alerts automatically
48+
49+
<img src="screenshots\Form-Integration\Form-Integration2.png" alt="Step 2 — view all Docs" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;">
50+
51+
---
52+
53+
# Integrate the Form into Your Website or Application
54+
55+
The Integration section allows you to connect the public form directly with your website, application, or external system using the provided API endpoint. This enables users to submit form responses externally without requiring login access to the Doculan portal.
56+
57+
The system provides:
58+
59+
- **Unique Form ID** – Identifies the specific form for processing submissions.
60+
- **Secure API Endpoint** – The endpoint URL used to submit form data programmatically.
61+
- **Sample JSON Request Body** – A ready-to-use payload structure showing the required request format.
62+
- **Sample JavaScript Integration Code** – Example code for submitting form data using JavaScript.
63+
- **Sample React.js Integration Code** – Example implementation for integrating form submissions in React applications.
64+
- **Sample JSON Response Body** – Example response returned by the API after a successful submission.
65+
66+
This integration allows users to:
67+
68+
* Access the form directly
69+
* Complete and submit the form externally
70+
* Avoid requiring Doculan portal access
71+
72+
<img src="screenshots\Form-Integration\Form-Integration3.png" alt="Step 2 — view all Docs" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;"><br>
73+
74+
75+
<img src="screenshots\Form-Integration\Form-Integration4.png" alt="Step 2 — view all Docs" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;">
76+
77+
> The process provides a seamless and user-friendly submission experience.
78+
79+
---
80+
81+
# Submission Handling
82+
83+
Once users submit the integrated form:
84+
85+
* The completed form is automatically delivered via email through the platform
86+
* Configured recipients receive instant notification alerts
87+
* Submission records are securely stored within Doculan
88+
89+
<img src="screenshots\Form-Integration\Form-Integration5.png" alt="Step 2 — view all Docs" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;">
90+
91+
---
92+
93+
# Reviewing Form Submissions in Doculan
94+
95+
Administrators can review all submitted forms directly from the Doculan platform.
96+
97+
## To View Submissions:
98+
99+
1. Navigate to the **Forms List**
100+
2. Open the **Form Action Menu**
101+
3. Click **Public Link**
102+
4. Access the **Submission Section**
103+
104+
<img src="screenshots\Form-Integration\Form-Integration6.png" alt="Step 2 — view all Docs" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;">
105+
106+
The Submission Section allows administrators to:
107+
108+
* Review submitted responses
109+
* Track submission activity
110+
* Manage collected form data efficiently
111+
112+
<img src="screenshots\Form-Integration\Form-Integration7.png" alt="Step 2 — view all Docs" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;">
113+
114+
---
115+
116+
# Key Benefits
117+
118+
* Integrate forms directly into your website or application
119+
* Allow users to complete and submit forms without portal access
120+
* Automatically receive completed forms via email
121+
* Configure submission notifications for multiple recipients
122+
* Monitor and review all submissions from the Doculan Forms List
123+
124+
---
125+
126+
**Demo Video:**
127+
<!-- Inline HTML in Markdown file -->
128+
<style>
129+
.video-wrap {
130+
border: 2px solid black;
131+
border-radius: 4px;
132+
width: 100%;
133+
max-width: 800px;
134+
overflow: hidden;
135+
margin-bottom: 1rem;
136+
}
137+
.video-wrap video {
138+
display: block;
139+
width: 100%;
140+
height: auto;
141+
}
142+
</style>
143+
144+
<div class="video-wrap" role="region" aria-label="Demo: Creating a form">
145+
<!-- Use a relative path like ./videos/demo.mp4 or an absolute URL -->
146+
<video controls poster="">
147+
<source src="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/Forms/Web_Form_Integration.mp4" type="video/mp4">
148+
<source src="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/Forms/Web_Form_Integration.webm" type="video/webm">
149+
<!-- Fallback link if browser can't play video -->
150+
Your browser does not support the video tag.
151+
<a href="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/Forms/Web_Form_Integration.mp4" target="_blank" rel="noopener">Download / Open video</a>
152+
</video>
153+
</div>
154+
155+
156+
© Doculan by [Virtualan Software](https://www.virtualan.io)

docs/_sidebar.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
- [How to Resend Form?](Forms/Form_Resend.md)
6161
- [How to Save Forms?](Forms/Form_Save.md)
6262
- [How to Use Anonymous Forms?](Forms/Anonymous_Form.md)
63+
- [How to use Web Form Integration?](Forms/Form_Integration.md)
6364

6465
- **Embedded Esign**
6566
- [How to use Embedded Esign?](Embedded-Esign/EmbdedEsign.md)
@@ -127,4 +128,5 @@
127128
- [Version 0.9.1](releaseNotes/version_0.9.1.md)
128129
- [Version 0.10.0](releaseNotes/version_0.10.0.md)
129130
- [Version 0.11.0](releaseNotes/version_0.11.0.md)
131+
- [Version 0.11.1](releaseNotes/version_0.11.1.md)
130132
---

docs/releaseNotes/version_0.11.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868

6969
---
7070

71-
## 7️⃣ **Image & Underline Fields**
71+
<!-- ## 7️⃣ **Image & Underline Fields**
7272
7373
The **Images & Underlines Fields** feature in the E-Sign module allows both senders and recipients to add images and apply underline formatting directly within documents during the signing process. This functionality improves document clarity, enhances collaboration, and ensures a more interactive signing experience.
7474
75-
🔗 **Learn more:** [How to use Images & Underlines Fields?](E_Sign/Image-and-Underline.md)
75+
🔗 **Learn more:** [How to use Image & Underline Fields?](E_Sign/Image-and-Underline.md)
7676
77-
---
77+
--- -->
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 🚀 Version 0.11.0 – New Enhancements
2+
3+
## 1️⃣ **Image & Underline Fields**
4+
5+
The **Images & Underlines Fields** feature in the E-Sign module allows both senders and recipients to add images and apply underline formatting directly within documents during the signing process. This functionality improves document clarity, enhances collaboration, and ensures a more interactive signing experience.
6+
7+
🔗 **Learn more:** [How to use Image & Underline Fields?](E_Sign/Image-and-Underline.md)
8+
9+
---
10+
11+
## 2️⃣ **Web Form Integration**
12+
13+
The **Web Form Integration** feature enables organizations to seamlessly collect form submissions directly through their website or application without requiring users to access the Doculan portal. This integration simplifies data collection, improves workflow automation, and ensures a smooth user experience for both administrators and form respondents.
14+
15+
🔗 **Learn more:** [How to use Web Form Integration?](Forms/Form_Integration.md)
16+
17+
---
131 KB
Loading
112 KB
Loading
117 KB
Loading
129 KB
Loading
82.3 KB
Loading

0 commit comments

Comments
 (0)