Calculated field does not display HTML code
-
Hi,
I am having trouble displaying the HTML code through a field of type “Calculated Field”.Example:
fieldname1 (type Calculated Field) contains the HTML code:<h4>Main Features</h4>
<ul>
<li>Includes a form builder for adding/editing different field types, including one or more automatically calculated fields based on data entered in other fields.</li>
<li>The submitted information can be sent by email to one or more email addresses and an auto-reply to the user who filled the form.</li>
<li>The form can be prefilled from external data-sources</li>
<li>It is possible to connect the form to a PayPal payment, either for one-time payments or for recurrent/subscription payments.</li>
</ul>fieldname2 (type Calculated Field) contains the function:
(function(){
return fieldname1;
})()Instead of displaying the contents of fieldname1 (HTML code), the value “3” is displayed.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Calculated field does not display HTML code’ is closed to new replies.