mecachisenros / cf-civicrm

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

Make sure jQuery is available in processor templates js #118

Closed mecachisenros closed 5 years ago

mecachisenros commented 5 years ago

Overview

jQuery could not be available by the time processors templates render.

Before

An error $ is not defined would be thrown breaking subsequent processor templates.

After

No errors, processors templates js kicks in when jQuery is available.