Hello dear specialists!Is it possible to make the added fields (Custom -> HTML) automatically fall into the body of the letter?
<p style="font-weight:650;">Тип строения</p>
<div class="multifield inline fields"><label></label>
<input type="hidden" name="v2e" value="" data-ghost="1">
<div class="field">
<div class="ui checkbox radio">
<input name="v2e" id="v2e_1" type="radio" value="1" checked="checked" tabindex="0" class="hidden">
<label for="v2e_1"><span><p>С полным вторым этажем</p><span><img src="/images/no1e.jpg" alt=""></span></span></label>
</div></div>
<div class="field">
<div class="ui checkbox radio checked"><input name="v2e" id="v2e_2" type="radio" value="0.5" tabindex="0" class="hidden">
<label for="v2e_2"><span><p>С мансардным этажем</p><span><img src="/images/no2e.jpg" alt=""></span></span></label>
</div></div>
<div class="field">
<div class="ui checkbox radio"><input name="v2e" id="v2e_3" type="radio" value="0" tabindex="0" class="hidden">
<label for="v2e_3"><span><p>Одноэтажное</p><span><img src="/images/no3e.jpg" alt=""></span></span></label>
</div></div>
</div>
How to make the selected (label) without a picture, automatically got into the body of the letter?
If you can not automatically, how to do it manually?
<p style="font-weight:650;">Тип строения</p>
<div class="multifield inline fields"><label></label>
<input type="hidden" name="v2e" value="" data-ghost="1">
<div class="field">
<div class="ui checkbox radio">
<input name="v2e" id="v2e_1" type="radio" value="1" checked="checked" tabindex="0" class="hidden">
<label for="v2e_1"><span><p>С полным вторым этажем</p><span><img src="/images/no1e.jpg" alt=""></span></span></label>
</div></div>
<div class="field">
<div class="ui checkbox radio checked"><input name="v2e" id="v2e_2" type="radio" value="0.5" tabindex="0" class="hidden">
<label for="v2e_2"><span><p>С мансардным этажем</p><span><img src="/images/no2e.jpg" alt=""></span></span></label>
</div></div>
<div class="field">
<div class="ui checkbox radio"><input name="v2e" id="v2e_3" type="radio" value="0" tabindex="0" class="hidden">
<label for="v2e_3"><span><p>Одноэтажное</p><span><img src="/images/no3e.jpg" alt=""></span></span></label>
</div></div>
</div>
How to make the selected (label) without a picture, automatically got into the body of the letter?
If you can not automatically, how to do it manually?
If you have custom HTML and want it included in the email body then you should include it manually in the body, and you can get fields values using {data:field_name}
Best regards
Best regards
This topic is locked and no more replies can be posted.