We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fe08d commit cd1b5a4Copy full SHA for cd1b5a4
templates/esignature/eg002_signing_via_email.html
@@ -79,7 +79,6 @@ <h4>{{ code_example_text['ExampleName'] | raw }}</h4>
79
id="cc_email"
80
name="cc_email"
81
aria-describedby="emailHelp"
82
- value="{{ signer_email }}"
83
placeholder="{{code_example_text['Forms'][formNumber]['Inputs'][ccEmailInputNumber]['InputPlaceholder']}}"
84
required >
85
@@ -95,7 +94,6 @@ <h4>{{ code_example_text['ExampleName'] | raw }}</h4>
95
94
<input type="text"
96
class="form-control"
97
id="cc_name"
98
- value="{{ signer_name }}"
99
placeholder="{{code_example_text['Forms'][formNumber]['Inputs'][ccNameInputNumber]['InputPlaceholder']}}"
100
name="cc_name"
101
0 commit comments