Mautic FAQ¶
Forms¶
How do I add a CAPTCHA to a Mautic form?¶
How do I add a CAPTCHA to a Mautic form?
To add a CAPTCHA to a Mautic form, you can use the built-in CAPTCHA field or integrate third-party CAPTCHA tools like Google reCAPTCHA. The built-in CAPTCHA requires the form submitter to answer a basic question or detect spambots using a hidden CAPTCHA field, also known as a honeypot.
Can I integrate Mautic forms with third-party tools?¶
Can I integrate Mautic forms with third-party tools?
Yes, Mautic forms can be integrated with third-party tools. This can be done using webhooks, plugins, or manual integration by embedding the form code into platforms like WordPress or Drupal.
Can I use Mautic forms to collect file uploads?¶
Can I use Mautic forms to collect file uploads?
Yes, Mautic forms can be used to collect file uploads. You can add a file upload field to your form, allowing users to submit files along with their form data.
When a form is embedded into another site, it appears that the forms are not submitting and remain stuck on "please wait."¶
When a form is embedded into another site, it appears that the forms are not submitting and remain stuck on "please wait."
This issue arises because Mautic stores a referer value in the form_submissions table, which contains the site URL of the environment where the forms were created. In this case, the form was first created in (for example)environment-1, and the same database was down-synced to environment-2. Therefore, when a form is submitted, its values attempt to go to environment-1. This results in the values being pushed to environment-1, but the form does not receive a confirmation from environment-2(this may be a core issue with Mautic).
The workaround is to re-save the form in each environment.