Sha256: ace83b7ab54b4950257e19ae2903d1a33259efc9b8ad81a3ef1411d0252bc871
Contents?: true
Size: 1.14 KB
Versions: 7
Compression:
Stored size: 1.14 KB
Contents
<form method="post" action="https://api.sutty.nl/v1/sites/{{ site.hostname }}/contact"> <input type="hidden" name="redirect" value="{{ site.url }}/{{ include.url }}?{{ site.i18n.contact.thanks }}" /> {%- for field in site.i18n.contact.form.fields -%} <div class="form-group"> <label for="pronouns">{{ field.label }}</label> <input type="{{ field.type }}" id="{{ field.name }}" name="{{ field.name }}" value="" class="form-control" autocomplete="{{ field.autocomplete }}" placeholder="{{ field.placeholder }}" /> </div> {%- endfor -%} <div class="form-group"> <label for="body">{{ site.i18n.contact.form.body }}</label> <textarea name="body" id="body" required class="form-control"></textarea> </div> <input type="submit" class="btn btn-success" value="{{ site.i18n.contact.form.submit }}" /> <div class="form-check form-check-inline"> <input type="checkbox" name="gdpr" id="gdpr" value="1" required class="form-check-input" /> <label class="form-check-label" for="gdpr"> {{ site.i18n.contact.form.gdpr }} </label> </div> </form>
Version data entries
7 entries across 7 versions & 1 rubygems