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

    (@codepeople)

    Hi,

    Yes, of course, uses the summary control. You only should insert the summary control in your form, and select the fields you want display in the summary.

    Best regards.

    Thread Starter OliverEggertsen

    (@olivereggertsen)

    Hi Codepeople.

    I just don’t know how to set it up or customize it like the example i made.

    I can only put the fieldnames in the “fields to display on summary”, but i can’t make it only show the value or customize the text.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    The fields are displayed using two class names, cff-summary-title and cff-summary-value, for the fields labels and values respectively, but you can assign custom class names from the fields settings, and then, modify the designs of the labels and values through the classes definition.

    Best regards.

    Thread Starter OliverEggertsen

    (@olivereggertsen)

    I’m sorry, i don’t understand.

    Could you elaborate?

    And how can i add text in between the values in my summary?

    Plugin Author codepeople

    (@codepeople)

    Hi,

    I’m sorry, with the current version of the plugin you cannot insert a text between the fields values in the summary control.

    A possible solution can be obtained following the steps below. Suppose you want display the fieldname1 with a custom label:

    1. Insert an “Instruct. Text” field with the custom label.
    2. Insert a “Summary” control, and select the fieldname1 as the field to display in the summary control.
    3. In the same summary control, type a custom classname in the “Classname for fields titles” attribute, for example myclass
    4. Finally, paste the class definition in a CSS file used by your website:

    .myclass{display:none;}

    You can follow the same process with the other fields to display in the summary with custom labels.

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom summary’ is closed to new replies.