diff --git a/frontend/src/views/Forms.vue b/frontend/src/views/Forms.vue
index 4dda2783..5afb3009 100644
--- a/frontend/src/views/Forms.vue
+++ b/frontend/src/views/Forms.vue
@@ -48,7 +48,12 @@
<input id="{{ id }}" type="checkbox" name="l" checked value="{{ l.uuid }}" />
<label for="{{ id }}">{{ l.name }}</label><br /><span>{{ l.description }}</span>
</p>
-
+
+ <div class="captcha">
+ <div class="h-captcha" data-sitekey="{{ this.settings['security.captcha_key'] }}"></div>
+ <script src="https://js.hcaptcha.com/1/api.js" async defer></script>
+ </div>
+
<p><input type="submit" value="{{ $t('public.sub') }}" /></p>
</div>
</form>