Answer the question
In order to leave comments, you need to log in
How to add a newsletter to a subscription?
There is a subscription form on the site:
<form class="subscribe Subscribe" action="">
<input type="hidden" name="SITE_ID" value="<?=$arParams['SITE_ID']?>">
<div class="form-row-sub">
<div class="form-item-sub">
<input type="email" name="EMAIL" placeholder="Введите Вашу почту" class="input-text" required>
</div>
<div class="form-item-sub">
<input type="submit" value="ОК" class="input-btn btn btn-secondary">
</div>
</div>
<div class='msg_after_send'></div>
<div class="form-row-sub">
<div class="form-item-sub">
<label class="policy-label" for="Subscribe_checkbox">
<input type="checkbox" name="rule" id="Subscribe_checkbox">
<span>Я согласен с <a href="/customers/politics/">правилами рассылки</a></span>
</label>
</div>
</div>
</form>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question