WPIntell

Source evidence

Combine calculated field with HTML

Calculated Fields Form – AI Form Builder for WordPress – Contact, Payment, Quote, Quiz & More · support · 2026-04-15T17:37:00+00:00

questionsentiment
lowseverity
0.22relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 27 rows with source links

25.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mpbaweb resolved
Hi Is it possible to use a HTML field like this (or is there a better way). Can’t figure out how to display the calculated field: ‘<strong>’ Please pay entry fee to: ‘<strong><br>’ Bank: HSBC<br> Sort Code: xx-xx-xx<br> Account Number: xxxxxxxx<br> Account Name: ABC Ltd<br> Reference: <%fieldname1%> and <%fieldname2%> <br> Amount: <strong> <%fieldname[n]%> </strong> This topic was modified 1 month, 1 week ago by mpbaweb . Hello @mpbaweb , The solution is actually quite simple. In the HTML Content field, you only need to assign the data-cff-field attribute to the element where you want the field value to be displayed. For example: Reference: <span data-cff-field="fieldname1"></span> and <span data-cff-field="fieldname2"></span><br> Please note that this applies specifically to the content inside the HTML Content fields within the form. Best regards,

Comments

1 shown
CodePeople2 2026-04-15T18:27:00+00:00

Hello @mpbaweb , The solution is actually quite simple. In the HTML Content field, you only need to assign the data-cff-field attribute to the element where you want the field value to be displayed. For example: Reference: <span data-cff-field="fieldname1"></span> and <span data-cff-field="fieldname2"></span><br> Please note that this applies specifically to the content inside the HTML Content fields within the form. Best regards,