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

    (@codepeople)

    Hi,

    If you want use the tag <%fieldname1_value%> in the thank you page, you should use the shortcode with the format:

    [CP_CALCULATED_FIELDS_RESULT]
    [/CP_CALCULATED_FIELDS_RESULT]

    with the tags of fields inside. For example:

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

    For questions related with the Pro or Developer versions of the plugin, please, open a ticket in our support service:

    https://wordpress.dwbooster.com/support

    Thank you for understanding.

    Thread Starter WillBigGun

    (@willbiggun)

    Hi there we are putting it in the page template php file not in the WYSIWYG. How do we make it display correctly?

    Plugin Author codepeople

    (@codepeople)

    Hi,

    In WordPress if you want insert a shortcode directly in a template, should be used the following code:

    <?php echo do_shortcode(‘[CP_CALCULATED_FIELDS_RESULT]<p><%fieldname1_value%></p>[/CP_CALCULATED_FIELDS_RESULT]’ ); ?>

    Best regards.

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