Fields List in HTML
Return all form fields and their values in HTML format.
Example:
{#%FIELDS_LIST_HTML#}
Result:
<b>Field1_Name:</b> Field1_value<br>
<b>Field2_Name:</b> Field2_value<br>