Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @zuccherato,

    My apologies, I have only now seen your ticket, however, I think I have answered a similar question in another of your support threads.

    In the e-mail and thank-you pages, it is possible to check if the field has a value or not using the if_not_empty expression in the tags, or if some fields are shown, based on the value in a specific field, with the block and endblock expressions, for example:

    <% Field name1 if_not_empty%>

    and

    <% Fieldname2_block%>
    <% Fieldname3 separator = {{:}} after = {{br>}}%>
    <% Fieldname4 separator = {{:}} after = {{br>}}%>
    <% Fieldname2_endblock%> 

    More information on the structure of the labels supported in the emails and thank you pages at the following link:

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

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Fields with 0 input not to appear in the email’ is closed to new replies.