Skip to content

Commit f63c243

Browse files
authored
Merge pull request docusign#26 from ivanfeanor/master
Wrong form id for the phone number in template
2 parents ee5765e + e7c5fcb commit f63c243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/templates/eg020_sms_authentication.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h4>20. Send an envelope using an Sms-code for multi-factor recipient authentica
2424

2525
<div class="form-group">
2626
<label for="phoneNumber">SMS Number</label>
27-
<input type="tel" class="form-control" id="phoneNumber" name="phoneNumber"
27+
<input type="tel" class="form-control" id="phone_number" name="phone_number"
2828
aria-describedby="accessHelp" placeholder="415-555-1212" required
2929
value="415-555-1212">
3030
<small id="accessHelp" class="form-text text-muted">Send a text message to this phone number to verify recipient.</small>

0 commit comments

Comments
 (0)