{{ form_handle = (handle ?? form:handle) }}
{{ form:create in="{{form_handle}}" redirect="#form-{form_handle}" error_redirect="#form-{form_handle}" }} {{ required_field_exists = false }} {{ if errors }} {{ /if }} {{ if success }}
{{ trans:mwb.forms.submission.success }}
{{ /if }} {{ fields }}
{{ field }} {{ if error }}

{{ error }}

{{ /if }}
{{ /fields }} {{# Honeypot field which is hidden from regular users; if filled we know this is a bot #}} {{ '{trans:mwb.forms.privacy_policy_text privacy_link="{default_pages:privacy_policy_page}"}' | markdown }} {{ if required_field_exists }} {{ trans:mwb.forms.denotes_required }} {{ /if }} {{ /form:create }}