mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-06 17:57:39 +02:00
Update request-signatures.md
updated the react paleyer code
This commit is contained in:
@@ -182,12 +182,10 @@ The **Access Code** feature in OpenSign adds an extra layer of security to your
|
||||
|
||||
6. If the signer enters an incorrect access code, access to the document is denied. The signer must enter the correct **6-digit numeric access code** provided by the document owner to continue.
|
||||
|
||||
<ReactPlayer
|
||||
url="https://youtu.be/9kFg_p7TMF0"
|
||||
controls
|
||||
playing={false}
|
||||
/>
|
||||
|
||||
<div>
|
||||
<ReactPlayer url="https://youtu.be/9kFg_p7TMF0" controls playing={false} />
|
||||
</div>
|
||||
|
||||
---
|
||||
## Add Widgets for Signers
|
||||
## 1. Add a Signature Widget
|
||||
@@ -312,12 +310,10 @@ Show TextInput1
|
||||
|
||||
The configured **TextInput1** widget becomes visible when **either** the Number field equals **10** **or** the Checkbox is checked.
|
||||
|
||||
<ReactPlayer
|
||||
url="https://youtu.be/V8j713iG94A"
|
||||
controls
|
||||
playing={false}
|
||||
/>
|
||||
|
||||
<div>
|
||||
<ReactPlayer url="https://youtu.be/V8j713iG94A" controls playing={false} />
|
||||
</div>
|
||||
|
||||
### Related Conditional Logic Guides
|
||||
|
||||
The **Text Input** widget also supports Conditional Logic using the following trigger widgets:
|
||||
|
||||
Reference in New Issue
Block a user