mecachisenros/cf-civicrm

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

Opened this issue · 1 comments

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):

  • OS: Win10
  • Browser: Chrome
  • Version: 83

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

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