• Resolved fl4mers

    (@fl4mers)


    Hi Jules,

    I was wondering if it’s possible to customize the output email to only show the groups that are selected?

    I have the issue that I have an “add student 2” option, which uncovers new fields for the user to fill in.

    However, the default fields are showing on the output email even when “add student 2” has not been selected.

    As such, I only want those default fields to show if “add student 2” checkbox has actually been selected.

    I hope that makes sense.

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

    (@jules-colle)

    I am experiencing the same issue/question.

    I am capturing medical practitioner titles. When I output the email I want it to say ‘Kurt Kokoruz, MD’ or replace the title designation with what the user types. Unfortunaltey what I am getting is ‘Kurt Kokoruz, OTHER – Please Specify LMNOP’ assuming I type ‘LMNOP’ in the conditional field. How do I get the mail to output to only show ‘Kurt Kokoruz, MD’ or ‘Kurt Kokoruz, LMNOP’ If the user selects ‘Other’ I don’t want that to print.

    [select* Designation_GEK first_as_label "Designation" "DO" "MD" "NP" "PA" "OTHER - Please Specify"]
    [group designation-other][text* Designation_Other_GEK placeholder "Specify Designation"][/group]
    
    <p>[Full_Name_GEK], [Designation_GEK][Designation_Other_GEK] <br/>
    Plugin Author Jules Colle

    (@jules-colle)

    Add another empty group like this:
    [group not-designation-other][/group]

    And another condition:
    show [not-designation-other] if [Designation_GEK] not equals "OTHER - Please Specify"

    The try this:
    <p>[Full_Name_GEK], [not-designation-other][Designation_GEK][/not-designation-other][Designation_Other_GEK]</p>

    If this doesn’t work, please create a new topic and copy your question there.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Email Output without visible fields?’ is closed to new replies.