• Resolved gorahul

    (@gorahul)


    i want to show summary with Text and Form fields using Html Content. how to do this

    i tried using <%fieldname10%>in html content but it is not working

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @gorahul

    The plugin includes a summary control to display summaries on the form. However, if you prefer to generate a custom summary in an “HTML Content” field, you can use DIV, P, SPAN, or any other HTML tag with a data-cff-field attribute containing a reference to a field name.

    Ex.

    Hello <b data-cff-field="fieldname1"></b>, 
    <p>You are <span data-cff-field="fieldname2"></span> years old, and your weight is <i style="color:red;" data-cff-field="fieldname3"></i> Kg</p>

    The output would be similar to:

    Hello John,
    You are 30 years old, and your weight is 65 Kg

    Best regards.

    Thread Starter gorahul

    (@gorahul)

    Thanks for quick response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add form Fields in Html Content’ is closed to new replies.