fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
/**
|
||||
* Standalone landing template for the page slug "test1".
|
||||
*
|
||||
@@ -658,6 +658,7 @@ get_header( 'test1' );
|
||||
<input class="field" type="tel" name="phone" placeholder="Телефон" aria-label="Телефон" required>
|
||||
<input class="field" type="text" name="address" placeholder="Адрес доставки в Севастополе" aria-label="Адрес доставки" required>
|
||||
<textarea class="field" name="comment" placeholder="Что нужно доставить: например, 2 бутыли 19 л и 1 упаковка 1.5 л" aria-label="Комментарий к заказу"></textarea>
|
||||
<?php twentytwentyfour_privacy_consent_checkbox(); ?>
|
||||
<button class="button" type="submit">Отправить заявку</button>
|
||||
<div class="success-note" id="contactSuccess" role="status" aria-live="polite">Спасибо! Заявка принята. Мы свяжемся с вами для подтверждения заказа.</div>
|
||||
</form>
|
||||
@@ -744,6 +745,7 @@ get_header( 'test1' );
|
||||
<option value="Для офиса">Для офиса</option>
|
||||
</select>
|
||||
<textarea class="field" name="customerOrder" id="orderItemsField" placeholder="Комментарий к заказу" aria-label="Комментарий к заказу"></textarea>
|
||||
<?php twentytwentyfour_privacy_consent_checkbox(); ?>
|
||||
<button class="button" type="submit">Подтвердить заказ</button>
|
||||
<div class="success-note" id="orderSuccess" role="status" aria-live="polite">Спасибо! Ваш заказ сохранен. Мы свяжемся с вами в ближайшее время.</div>
|
||||
</form>
|
||||
@@ -751,3 +753,4 @@ get_header( 'test1' );
|
||||
</div>
|
||||
<?php
|
||||
get_footer( 'test1' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user