Skip to content

Commit

Permalink
Added optional captcha to dynamic form
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoJokhan committed Sep 1, 2023
1 parent 9b53d27 commit 2c83954
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ <h2>
<br />
</div>
{% endfor %}

{% if data.widget.useCaptcha and data.widget.formVisibility == 'always' %}
{% include 'includes/fields/captcha.html' %}
{% endif %}
</div>

1 comment on commit 2c83954

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published new image: openstad/frontend:feature-add-captcha-to-resource-form-if-set-to-everyone-2c83954

Please sign in to comment.