For the complete documentation index, see llms.txt. This page is also available as Markdown.

FAQs

Find answers to common questions about the Form Guard.

General Questions

What is form validation and why is it important?

Form validation is the process of checking whether the information submitted in a form is valid/accurate, complete, and properly formatted before it is accepted.

It helps prevent invalid or fraudulent submissions, improves the quality of collected data, and ensures that systems like CRMs and marketing platforms receive reliable information.

How do I remove the “Powered By” branding from my forms?

The moment you upgrade to any paid active subscription plan, the Clearout branding is automatically removed from your forms, no extra steps needed.

Can Form Guard prevent bots and spam submissions in real-time?

Yes. Form Guard validates form inputs in real time and detects suspicious or invalid submissions before they enter your system.

It can identify issues such as disposable email addresses, invalid domains, and bot-generated inputs, helping prevent spam leads from reaching your CRM or marketing tools.

What types of forms can be protected by Form Guard?

Form Guard can be used to protect most web forms that collect user information, including:

  • Signup and registration forms

  • Contact forms

  • Lead generation forms

  • Newsletter subscription forms

  • Demo request or trial forms

It helps ensure that only valid and genuine submissions are accepted.

Do I need a developer to set up Form Guard?

You do not need a developer; Form Guard is a no-code form validation solution. The generated JavaScript snippet can be placed on your website's header HTML, and all settings can be customised through the Form Guard dashboard

Does form validation affect legitimate users?

No. Form Guard is designed to validate form inputs without disrupting the experience for legitimate users.

If an issue is detected, users typically receive a prompt to correct the input before submitting the form.

How fast does Form Guard validate form submissions?

Form Guard performs validation in real time during the form submission process. Most validations complete within seconds, depending on the type of checks being performed and the responsiveness of external mail servers.

How often should form validation rules be reviewed or updated?

Form validation rules should be reviewed periodically to ensure they continue to detect new spam patterns, disposable email domains, and evolving bot behavior.

Regular updates help maintain strong protection against fraudulent or low-quality submissions.

Can Form Guard improve data quality?

Yes. By filtering invalid or suspicious submissions before they reach your CRM or database, Form Guard helps ensure that collected data is accurate, reliable, and usable for sales or marketing activities.

What are common errors detected during form validation?

Form validation typically detects issues such as:

  • Invalid email formats

  • Disposable or temporary email addresses

  • Non-existent domains

  • Suspicious submissions

  • Incomplete or improperly formatted fields

These checks help prevent low-quality data from entering your system.

How do bots submit forms on websites?

Bots can automatically fill and submit web forms using scripts that mimic user behavior. These bots often submit fake or disposable email addresses, random names, or incomplete data to exploit signup forms, contact forms, or lead generation forms.

Without proper validation, these automated submissions can quickly fill databases with low-quality or fraudulent entries.

How can I stop fake form submissions on my website?

Fake form submissions can be reduced by implementing real-time form validation and verification mechanisms.

Solutions like Form Guard help detect and block suspicious inputs such as disposable emails, invalid domains, or automated bot activity before the form is successfully submitted. This prevents fake data from reaching your CRM or marketing systems.

What is real-time form validation?

Real-time form validation checks the information entered in a form while the user is filling it out or at the moment of submission.

This allows errors or suspicious inputs to be detected immediately, giving users a chance to correct the information and preventing invalid or fraudulent submissions from being processed.

Security Questions

How does Form Guard keep it safe from unauthorized use?

Form Guard has multiple layers of protection to keep your credits safe:

  1. Allowed URLs - only requests from URLs you've added under Advanced Settings are accepted. Requests from anywhere else are rejected automatically.

  2. Rate limiting - enforced at both the per-IP level (to stop floods from a single source) and the global level (to cap overall request volume), protecting you from distributed abuse.

  3. Built-in abuse detection - requests are validated for authenticity, so copy-pasted or modified snippets won't work elsewhere. Unauthorized usage is blocked before it consumes credits.

Together, these ensure your credits are spent only on legitimate validations.

Technical Questions

The widget is working but consuming too many credits. How can I optimize usage?

Usage Limits

Enable usage limits in the Form Guard settings to control validation frequency.

Custom Validation

Implement custom validation logic using hooks to prevent unnecessary API calls.

FormSubmit Mode

Use FormSubmit mode instead of AJAX for less frequent validations.

Timeout Settings

Set appropriate timeout values to prevent excessive validation attempts.

Can I use the widget with multiple forms on the same page?

Yes, the widget supports multiple forms on the same page. Here's what you need to know:

Each form should have unique field IDs or names to prevent conflicts.

Multiple Fields Option

Use the Multiple Fields option if your forms require different validation rules.

Credit Usage

Be mindful of API credit usage when validating multiple forms simultaneously.

Billing Questions

How are credits calculated for the Form Guard?

Credits are calculated based on the following:

  • Two credits per successful email validation

  • Two credits per successful phone validation

  • Two credits per successful name validation

  • Credits are only consumed for successful validations

For more information, visit our pricing guide.

What happens when I run out of credits?

When you run out of credits:

  • The widget will continue to function but will not perform validations

  • You'll receive a notification to purchase more credits

  • Your existing forms will continue to work without validation

Visit Form Guard FAQs to explore detailed answers and guidance.

Last updated

Was this helpful?