{% if form.url.errors %} {% for error in form.url.errors %} {{ error }} {% endfor %} {% endif %}
{{ form.url(class_='form-field text-field required', placeholder='e.g. https://example.com', required=True, type='url', pattern='') }}
Report
All information included in this report will be publicly visible. Learn More