CMS Platforms
Wix Installation
Add UCAPTCHA to your Wix site using the Custom Code feature in your site's dashboard.
Step 1 â Get your site key
Log in to your UCAPTCHA dashboard, go to My Sites, and copy the site key for your site.
Step 2 â Open Custom Code
- Go to your Wix Dashboard (not the Editor)
- In the left sidebar, click Settings
- Under the Advanced section, click Custom Code
âšī¸ Custom Code is available on all paid Wix plans. It is not available on the free plan.
Step 3 â Add the script
- Click + Add Custom Code in the top right
- Paste the following into the code editor. Replace
YOUR_SITE_KEYwith your actual key.
<script
src="https://www.ucaptcha.site/captcha-widget.js"
data-site-key="YOUR_SITE_KEY"
defer>
</script>- Give the snippet a name like UCAPTCHA
- Under Add Code to Pages, choose All Pages (or a specific page â see below)
- Under Place Code in, select Head
- Click Apply
Step 4 â Publish your site
Click Publish in the Wix Editor or Dashboard to push the changes live. Once published, visit a page on your site that has a contact or subscription form â the UCAPTCHA checkbox should appear automatically.
Targeting a specific page (optional)
If you only want UCAPTCHA to appear on your contact page:
- In the Custom Code setup, under Add Code to Pages, choose Choose Specific Pages
- Select only the page that contains your contact form (e.g. Contact)
- Save and publish
đĄ This is useful if your contact form is only on one page and you want to avoid loading the widget unnecessarily on other pages.