[ad_1]
Hello @metesey
Thank you so much for using our plugin. The calculated fields are input tags, and input tags do not render HTML code or support multiline texts. So, the alternative is to use the calculated field for the calculations but display the result in another field. Please follow the steps below:
1. Edit the equation as follows:
CONCATENATE(fieldname6,' m² ', fieldname3|v, ' tuğla duvar imalatı için yıl başı rayiç fiyatları ile <b>', PREC(fieldname5,2), ' ₺</b> işçilik maliyeti hesaplanmış olup, güncel işçilik maliyeti ise <b>', PREC(fieldname5*fieldname7,2),' ₺</b> dir.')2. Tick a checkbox in the calculated field’s settings to hide it from the public form.
3. Insert an “HTML Content” field in the form and assuming the calculated field is the fieldname123, enter a div tag as its content with the data-cff-field attribute indicating the field’s name whose value you want to display in the tag:
<div data-cff-field="fieldname123"></div>Bet regards.
