• Resolved mpbaweb

    (@mpbaweb)


    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, 3 weeks ago by mpbaweb.
Viewing 1 replies (of 1 total)
  • Plugin Author CodePeople2

    (@codepeople2)

    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,

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.