• Resolved tsubakuma

    (@tsubakuma)


    I don’t want a Field with a fixed Value to be displayed in the email.

    Thank you for the wonderful plugin.

    I’m setting a quote form, but I don’t want it to be displayed in the email body when “Field Type: Dropdown” has a fixed value “default”.

    If the first line is Dropdown with the following conditions, it means “unselected” in the estimate, so there is no need to display it in the email.

    [Text]=[Please select]
    [Value]=[default]

    I read the following and tried various settings, but I can’t hide it as expected.
    https://cff.dwbooster.com/documentation/#special-tags

    By adding <%INFO if_not_empty%> to the email body, we are able to hide the other fields with “Value” = “none”.

    What if I want to hide the Dropdown as well?

    I searched for previous support articles, but I couldn’t find them.

    Thank you.

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

    (@codepeople)

    Hello @tsubakuma

    Thank you very much for using our plugin. The process is simpler. In the DropDown field, leave empty the first choice (text and value) if you configured it to submit the choices’ texts. Or leave empty the first choice’s value otherwise. Dropdown fields include two input boxes per choice, to enter their texts and values.

    And finally, insert the <%INFO%> shortcode with the the if_not_empty attribute:

    <%INFO if_not_empty%>

    Please, note we are not allowed to support any customers in these forums. And the notification emails is a commercial feature.

    For pro or commercial product support please contact us directly on our site. This includes any pre-sales topics as well.

    Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.

    Best regards.

    Thread Starter tsubakuma

    (@tsubakuma)

    Hello !
    It is solved.

    Thanks for the simple and to the point advice

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I don’t want a Field with a fixed Value to be displayed in the email.’ is closed to new replies.