Forums

Automatic inclusion of the field (Custom -> HTML) in the email message.

VladimirV 13 Apr, 2019
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?
Max_admin 13 Apr, 2019
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
VladimirV 14 Apr, 2019
Thank. And how to display the selected label radio? I need to output in email not value but label. In CF5 were Form code and Template generation which were very convenient to edit, in CF6 it is not?
This topic is locked and no more replies can be posted.