[ad_1]
Hello @asmaahmedd
Thank you very much for using our plugin.
If the equation result is too long text for the calculate field’s box, you can use it as an auxiliary but display its value in another place.
For example, assuming the calculate field’s name is fieldname123.
Insert an “HTML Content” content field in the form and enter a DIV tag in its content with the data-cff-field attribute indicating the name of the field to use:
<div data-cff-field="fieldname123"></div>The data-cff-field attribute tells the plugin, please display the field’s value as this tag’s content (in this hypothetical case, the value of the calculated field fieldname123).
Finally, as the calculated field is used as an auxiliary, you can hide it by ticking a checkbox in its settings.
Best regards.
