Skip to content

Commit 1658de0

Browse files
Updated the Web Form Integration Page
1 parent 51df03c commit 1658de0

12 files changed

Lines changed: 158 additions & 3 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

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

β€Ždocs/_sidebar.mdβ€Ž

Lines changed: 1 addition & 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)

β€Ždocs/releaseNotes/version_0.11.0.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
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

7777
---
131 KB
Loading
112 KB
Loading
117 KB
Loading
129 KB
Loading
82.3 KB
Loading
64.2 KB
Loading

0 commit comments

Comments
Β (0)