mecachisenros / cf-civicrm

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

Form not submitted: Uncaught Reference Error: jQuery is not defined #211

Open AAGRusso opened 2 years ago

AAGRusso commented 2 years ago

Describe the bug Uncaught Reference Error: jQuery is not defined and submit buttom not working

Wordpress version: 5.8.2 Caldera Forms: 1.9.6 CiviCRM: 5.39.0 CF CiviCRM: 1.0.5

Other plugins: Material Design: 0.5.0 ( )

Theme: Material Design Google 0.5.0

To Reproduce

Expected behavior

Screenshots

imagen

kcristiano commented 2 years ago

What branch are you running? The dev branch is the most up to date on this repo. You may also want to try https://github.com/wpcv/cf-civicrm as this has more recent work for CiviCRM versions greater than 5.40

AAGRusso commented 2 years ago

What branch are you running? The dev branch is the most up to date on this repo. You may also want to try https://github.com/wpcv/cf-civicrm as this has more recent work for CiviCRM versions greater than 5.40

Thanks for reply, I downloaded from WP repository. I don`t know this repo. I will try to download and test it. thanks

AAGRusso commented 2 years ago

Found a workaround, modify template theme header to add:

?php wp_enqueue_script("jquery"); ?

And now button submit works