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

    (@codepeople)

    Hello @justinsmith19

    You can enter the information you want through the “Message” attribute corresponding to the “Email copy to user” section.

    Best regards.

    Thread Starter justin_19

    (@justinsmith19)

    I’ve tried adding the code but doesn’t seem to be working, but will retry.

    Another question, how can I add attachments in the “Email copy to user” section?

    Let me know
    Thanks

    Plugin Author codepeople

    (@codepeople)

    Hello @justinsmith19

    You can select the “Yes” option for the attribute: “Include attachments?” in the form’s settings. However, include attachments in the emails is not the best idea, because the attachments are the main reason why the emails are classified as spam, or discarded by the security rules in the emails applications. My recommendation would be include links to the files.

    For example, assuming that fieldname1 is an “Upload File” field, and you want to include a link to this file in the copy to the users’ emails, you should include the special tag:

    
    <%fieldname1_url%>
    

    More information about the special tags you can include in the notification emails, visiting the following link to the plugin’s documentation:

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

    Best regards.

    Thread Starter justin_19

    (@justinsmith19)

    Thanks so much for your help @codepeople

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Email signature in email response’ is closed to new replies.