소스 검색

Clarify jurisdiction number as QVF login number on order form

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
master
Daniel Covington 2 주 전
부모
커밋
f21fd5f0d9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      app/views/RequestOrder/index.asp

+ 2
- 2
app/views/RequestOrder/index.asp 파일 보기

@@ -4,7 +4,7 @@
<span class="eyebrow">Start your order</span>
<h1>Start an order</h1>
<p>
Enter your email address and jurisdiction number below. We'll email you a
Enter your email address and your Jurisdiction number (QVF login number) below. We'll email you a
secure link to continue your order.
</p>
</div>
@@ -19,7 +19,7 @@
</div>

<div class="form-group" style="margin-bottom: 24px;">
<label for="JurisdictionNumber">Jurisdiction number</label>
<label for="JurisdictionNumber">Jurisdiction number (QVF login number)</label>
<input type="text" class="form-control" id="JurisdictionNumber" name="JurisdictionNumber" required
value="<%= H(jurisdictionValue) %>" />
</div>


불러오는 중...
취소
저장

Powered by TurnKey Linux.