correct re_text 2
This commit is contained in:
@@ -9,7 +9,7 @@ $ihash = add_hash_frm();?>
|
||||
<?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']?>">
|
||||
<div class="re_text">и выберете большее число</div>
|
||||
<div class="re_text">и выберите большее число</div>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user