I am trying to use the forms module with fuelcms I have it installed and when the form is filled out it will save the name and some info to database but it will not send any attached files to the email specified in the to field under the tab after submit.
Comments
print_r($upload_data); exit();
The files will automatically get deleted upon attachment if the parameter "cleanup_attached" is set to TRUE (which it is by default). You can change it to FALSE (see the Kitchen Sink example here):
http://docs.getfuelcms.com/modules/forms