Configure Google reCAPTCHA
You’ll add a Google reCAPTCHA v3 site/secret key in Faddishbuilder, so bot traffic is blocked on your client portal registration while humans register normally.
What reCAPTCHA v3 does
It runs in the background on your registration page and gives each visitor a “risk score” instead of showing a checkbox or image puzzle.
You then block or challenge suspicious submissions so bots cannot create fake client accounts.
Get your reCAPTCHA v3 keys
Go to https://www.google.com/recaptcha/about and click “v3 Admin Console”.
Sign in with your Google account.
Click the “+” (Create) button.
Fill the form:
Label: something like “Faddishbuilder Client Portal”.
reCAPTCHA type: choose “reCAPTCHA v3”.
Domains: add the domains where client portal registration lives (for example: faddishbuilder.com, app.yourbrand.com, clientportal.yourbrand.com).
Accept the Terms, then click Submit.
Copy the generated Site Key and Secret Key from the settings page.