mecachisenros / cf-civicrm

Caldera Forms CiviCRM Integration
GNU Affero General Public License v3.0
30 stars 26 forks source link

Unable to use Advanced File 2.0 field with an activity custom file field #163

Open lcdservices opened 4 years ago

lcdservices commented 4 years ago

Describe the bug Unable to use Advanced File 2.0 field with an activity custom file field.

To Reproduce

  1. Create a custom file field attached to activities
  2. Create a Caldera form and add a first name, last name, and advanced file uploader 2.0 field
  3. Configure a Contact Processor and Activity Processor. connect the file uploader 2.0 field to the activity custom file field you created
  4. Test the form

Expected behavior The file is uploaded and attached to the custom field.

Desktop (please complete the following information):

Additional context The standard file field does work, but lacks some of the features in the v2 version.

lcdservices commented 3 years ago

FYI -- I saw the commit in the dev branch and implemented the patch, but it still isn't working for me.