mecachisenros / cf-civicrm

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

Adding Participant Processor prevents expansion of Contact Processor tabs #115

Closed clement888 closed 5 years ago

clement888 commented 5 years ago

Describe the bug Tabs below Contact Type does not expand when clicked after Participant Processor is added to form

To Reproduce Steps to reproduce the behavior:

  1. Create Form with Contact Processor
  2. Click tabs below Contact Type (e.g Contact Standard Fields) to expand fields for editing
  3. Tab expands fields under Contact Standard Fields
  4. Add Participant Processor & save form
  5. Contact Processor can still expand upon clicking
  6. Refresh browser at this page
  7. Click tab again and there is no expansion (nothing happens)
  8. Remove Participant Processor & save form
  9. Refresh page
  10. Click Contact Processor's tabs below Contact Type and now it expands as before

Expected behavior Contact Standard Fields should expand to its fields regardless of even when Participant Processor is added

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

clement888 commented 5 years ago

A screen shot of the above. this happens after you save the form and wanted to Edit it again from Caldera Form. All the boxes below Contact Type (e.g. Contact Standard Fields, Contact Custom Fields) become unresponsive when clicked until you remove the participant processors, save and edit the form again. p1

mecachisenros commented 5 years ago

@clement888 can you test the latest release and let me know if the issue still persists?

There was a case where jQuery wouldn't be available but used in the processor template, which would break the UI as you described, and it should be fixed in the latest release.

clement8888 commented 5 years ago

@mecachisenros I am happy to report this update resolved the issue. Thanks!