[ad_1]
Hello @hheyhey568
Thank you very much for using our plugin. The calculated fields use input tags with type=”text”, but you can use it as an auxiliary and display the result elsewhere.
For example, assuming the calculated field is the fieldname123.
- Insert an “HTML Content” field in the form and enter a tag in its content attribute with the data-cff-field indicating the name of the field to whose value you want to display:
<div data-cff-field="fieldname123"></div>
- Since you use the calculated field as an auxiliary, you can hide it by ticking a checkbox in its settings.
Best regards.