Skip to content

Commit 4fa88f3

Browse files
authored
fixing issue with input form and manifest (#115)
1 parent ff32942 commit 4fa88f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/eSignature/eg020_phone_authentication.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</div>
3636
<div class="form-group">
3737
<label for="signer_name">{{ example['Forms'][recipient_form_index]['Inputs'][signer_name_index]['InputName'] }}</label>
38-
<input type="text" class="form-control" id="signer_name" placeholder="{{ example['Forms'][signer_name_index]['Inputs'][cc_name_index]['InputPlaceholder'] }}" name="signer_name"
38+
<input type="text" class="form-control" id="signer_name" placeholder="{{ example['Forms'][recipient_form_index]['Inputs'][signer_name_index]['InputPlaceholder'] }}" name="signer_name"
3939
value="{{ signer_name }}" required>
4040
</div>
4141
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>

0 commit comments

Comments
 (0)