2025-03-02 02:36:19 +03:00
|
|
|
|
<?php
|
|
|
|
|
|
$ihash = add_hash_frm();?>
|
2021-12-21 15:44:24 +03:00
|
|
|
|
<div class="mob-subscript">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="right_title"><?=vij_lang('email_title', LANG_VERSION)?></div>
|
|
|
|
|
|
<div id="subscript-mail">
|
2025-03-02 02:36:19 +03:00
|
|
|
|
<form class="form-right" id="form-right" action="https://vetandlife.ru/subscript" method="post">
|
|
|
|
|
|
<input сlass="frm_mail" type="email" required name="email" placeholder="<?=vij_lang('your_mail', LANG_VERSION);?>">
|
|
|
|
|
|
<?php wp_nonce_field('subscription_form_nonce', 'subscription_nonce'); ?>
|
|
|
|
|
|
<input type="text" class="mytext" name="mytext" placeholder="Дополнительный текст">
|
|
|
|
|
|
<input type="hidden" name="re_code" value="<?=$ihash['hash']?>">
|
2025-03-02 11:29:44 +03:00
|
|
|
|
<div class="re_text">и выберете большее число</div>
|
2025-03-02 02:36:19 +03:00
|
|
|
|
<button class="re_button" type="submit" name="re_num" value="<?=$ihash['num1'] ?>"><?= $ihash['num1'] ?></button>
|
|
|
|
|
|
<button class="re_button" type="submit" name="re_num" value="<?= $ihash['num2'] ?>"><?= $ihash['num2'] ?></button>
|
|
|
|
|
|
</form>
|
|
|
|
|
|
</div>
|
2021-12-21 15:44:24 +03:00
|
|
|
|
|
|
|
|
|
|
</div>
|