@@ -26,31 +26,31 @@ <h4>20. Require Phone Authentication for a Recipient</h4>
2626
2727 < form class ="eg " action ="" method ="post " data-busy ="form ">
2828 < div class ="form-group ">
29- < label for ="country_code "> Signer Country Code</ label >
30- < input type ="tel " class ="form-control " id ="country_code " name ="country_code "
31- aria-describedby ="accessHelp " placeholder ="1 " required
32- < small id ="accessHelp " class ="form-text text-muted "> The country code for the phone number below.</ small >
29+ < label for ="country_code "> Signer Country Code</ label >
30+ < input type ="tel " class ="form-control " id ="country_code " name ="country_code "
31+ aria-describedby ="accessHelp " placeholder ="1 " required >
32+ < small id ="accessHelp " class ="form-text text-muted "> The country code for the phone number below.</ small >
3333 </ div >
3434 < div class ="form-group ">
3535 < label for ="phone_number "> Signer Phone Number</ label >
3636 < input type ="tel " class ="form-control " id ="phone_number " name ="phone_number "
37- aria-describedby ="accessHelp " placeholder ="4155551212 " required
37+ aria-describedby ="accessHelp " placeholder ="4155551212 " required >
3838 < small id ="accessHelp " class ="form-text text-muted "> This phone number will receive a notification. We'll never share your phone number with anyone else.</ small >
3939 </ div >
4040 < div class ="form-group ">
4141 < label for ="signer_email "> Signer Email</ label >
4242 < input type ="email " class ="form-control " id ="signer_email " name ="signer_email "
43- aria-describedby ="emailHelp " placeholder ="pat@example.com " required
44- value ="{{ signer_email }} ">
43+ aria-describedby ="emailHelp " placeholder ="pat@example.com " required
44+ value ="{{ signer_email }} ">
4545 < small id ="emailHelp " class ="form-text text-muted "> We'll never share your email with anyone else.</ small >
4646 </ div >
4747 < div class ="form-group ">
4848 < label for ="signer_name "> Signer Name</ label >
4949 < input type ="text " class ="form-control " id ="signer_name " placeholder ="Pat Johnson " name ="signer_name "
50- value ="{{ signer_name }} " required >
50+ value ="{{ signer_name }} " required >
5151 </ div >
52- < input type ="hidden " name ="csrf_token " value ="{{ csrf_token() }} "/>
53- < button type ="submit " class ="btn btn-docu "> Submit</ button >
54- </ form >
52+ < input type ="hidden " name ="csrf_token " value ="{{ csrf_token() }} "/>
53+ < button type ="submit " class ="btn btn-docu "> Submit</ button >
54+ </ form >
5555
5656{% endblock %}
0 commit comments