Skip to content

Commit 037ecae

Browse files
committed
DEVDOCS-11885 - making SMS the default
1 parent 0a91bce commit 037ecae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher-csharp/eSignature/Views/SMSDelivery/Eg037.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<form class="eg" action="" method="post" data-busy="form">
3737
<div class="form-group">
3838
<p><b>@Html.Raw(ViewBag.CodeExampleText.Forms[formNumber].Inputs[deliveryMethodNumber].InputName)</b></p>
39-
<input type="radio" name="deliveryMethod" value="SMS" />
39+
<input type="radio" checked="checked" name="deliveryMethod" value="SMS" />
4040
<label>@Html.Raw(ViewBag.CodeExampleText.Forms[formNumber].Inputs[deliveryMethodSMS].InputName)</label>
4141
<input type="radio" name="deliveryMethod" value="WhatsApp"/>
4242
<label>@Html.Raw(ViewBag.CodeExampleText.Forms[formNumber].Inputs[deliveryMthodWhatsApp].InputName)</label>

0 commit comments

Comments
 (0)