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.