# Form Validation
Hint
Available in the Advanced pricing plan
Attention
Recall that the difference between forms with validation and forms without validation is that in the first case, a request for user approval will be received, but in the form without validation, there is no.
First, you need to create a form to verify new users. You can do this in the "Forms" section by clicking on the "Create new" button


We design the form, for example:
- Turn on the toggle switch "Make the field mandatory"
- Next, save the form and go to the section "Greetings"
- Write the text of the greeting to new users and turn on the toggle switch "Check new users"

- We set the text of the button that will be in the same message as the greeting text.

- Next, go to the qualification settings
- Select the type of protection: "Form with validation" or "Form without validation"
- Select the users who will receive the results of filling out the form
- Select the form for new users that we have created from the list

- Be sure to save
And now, when a new user enters the chat, the greeting will look like this:

After the user clicks "Start", he proceeds to complete the validation:

After passing the validation, the users you specified in the settings will receive such an alert:

✅ Done!