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

    (@codepeople)

    Hello @emolotel

    If you want to display in the thank you page only the value of a specific field, for example, the value of the fieldname1 field, you simply should insert the shortcode with the field’s tag as its content:

    
    [CP_CALCULATED_FIELDS_RESULT]
    <%fieldname1_value%>
    [/CP_CALCULATED_FIELDS_RESULT]
    

    More information in the following link:

    https://cff.dwbooster.com/documentation#special-tags

    Best regards.

    Thread Starter Francis

    (@emolotel)

    Thanks for the reply, but I don’t have to create a thank you page or send an email, I have to create a page named Data Summary and indicate only some fields.
    I think I explained myself well

    Plugin Author codepeople

    (@codepeople)

    Hello @emolotel

    You are referring to the results list shortcode, and its use would be similar to the previous ticket but with a different shortcode:

    
    [CP_CALCULATED_FIELDS_RESULT_LIST]
    <%fieldname1_value%>
    [/CP_CALCULATED_FIELDS_RESULT_LIST]
    

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘information page’ is closed to new replies.