KonstantinCodes / mautic-recaptcha

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

ERROR: InvalidArgumentException: The template "MauticFormBundle:Field:plugin.recaptcha.html.php" does not exist #30

Open nimeshvaghasiya opened 2 years ago

nimeshvaghasiya commented 2 years ago

Hi,

I'm using Mautic v3.3.2 and posting new form data using Mautic Api-Library. For creating reCAPTCHA form field, I'm passing type=plugin.recaptcha.

Form is creating up but reCAPTCHA form field is not created and showing "The template "MauticFormBundle:Field:plugin.recaptcha.html.php" does not exist" error message.

I have followed installation-via-zip steps, it works with mautic ui but not working when using API-Library.