{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
New captcha
Captchas
Export to CSV
{% raw %} {% endraw %}
LNbits captcha extension
{% include "captcha/_api_docs.html" %}
Remember payments A succesful payment will be registered in the browser's storage, so the user doesn't need to pay again to prove they are human.
Create captcha Cancel
{% raw %} {{ qrCodeDialog.data.snippet }}

Copy the snippet above and paste into your website/form. The checkbox can be in checked state only after user pays.

ID: {{ qrCodeDialog.data.id }}
Amount: {{ qrCodeDialog.data.amount }}

{% endraw %}
Copy Snippet Close
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}