KonstantinCodes / mautic-recaptcha

This Plugin brings reCAPTCHA integration to mautic.
GNU General Public License v3.0
50 stars 29 forks source link

Fix Mautic forms when the plugin is not installed or not configured #13

Closed escopecz closed 5 years ago

escopecz commented 5 years ago

If you move the plugin to the plugins folder then try to create a new form, it will error out.

If you do install the plugin and try to create a new form it will still error out because the keys are missing.

This PR will fix that. Also added test that cover these scenarios.

KonstantinCodes commented 5 years ago

Thank you @escopecz 👍