Просмотр исходного кода

Clarify jurisdiction number as QVF login number on order form

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
master
Daniel Covington 2 недель назад
Родитель
Сommit
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> <span class="eyebrow">Start your order</span>
<h1>Start an order</h1> <h1>Start an order</h1>
<p> <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. secure link to continue your order.
</p> </p>
</div> </div>
@@ -19,7 +19,7 @@
</div> </div>


<div class="form-group" style="margin-bottom: 24px;"> <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 <input type="text" class="form-control" id="JurisdictionNumber" name="JurisdictionNumber" required
value="<%= H(jurisdictionValue) %>" /> value="<%= H(jurisdictionValue) %>" />
</div> </div>


Загрузка…
Отмена
Сохранить

Powered by TurnKey Linux.