Skip to content

Commit cd1b5a4

Browse files
committed
Remove cc autofill
Not needed, breaks some selenium tests
1 parent 03fe08d commit cd1b5a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/esignature/eg002_signing_via_email.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ <h4>{{ code_example_text['ExampleName'] | raw }}</h4>
7979
id="cc_email"
8080
name="cc_email"
8181
aria-describedby="emailHelp"
82-
value="{{ signer_email }}"
8382
placeholder="{{code_example_text['Forms'][formNumber]['Inputs'][ccEmailInputNumber]['InputPlaceholder']}}"
8483
required >
8584

@@ -95,7 +94,6 @@ <h4>{{ code_example_text['ExampleName'] | raw }}</h4>
9594
<input type="text"
9695
class="form-control"
9796
id="cc_name"
98-
value="{{ signer_name }}"
9997
placeholder="{{code_example_text['Forms'][formNumber]['Inputs'][ccNameInputNumber]['InputPlaceholder']}}"
10098
name="cc_name"
10199
required >

0 commit comments

Comments
 (0)