Conversation
supportHi 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,
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,