Sha256: 2ca408e8c7d76dc1a47f10cb66a8361b83ee5389f1755f424fdf6b4ef48853e0

Contents?: true

Size: 817 Bytes

Versions: 10

Compression:

Stored size: 817 Bytes

Contents

{% comment %}
Esta imagen obtiene una cookie desde la API de Sutty para autorizar el
envío del formulario.
{% endcomment %}
<img class="d-none invisible" src="https://api.sutty.nl/v1/sites/{{ site.hostname }}/contact/cookie.png" />

{% comment %}
  El formulario se envía a la API.  La definición del formulario se
  encuentra en _data/forms/contacto.yml
{% endcomment %}
<form
  action="https://api.sutty.nl/v1/sites/{{ site.hostname }}/contact/{{ include.name }}"
  method="post">
  {%- for field in include.form -%}
    {% assign template = field[1].type | append: '.html' %}
    <div class="col{{ field[1].col | default: 12 | prepend: '-' }}">
      {% include {{ template }} field=field %}
    </div>
  {%- endfor -%}

  <input type="hidden" name="redirect" value="{{ site.url }}{{ include.url }}" />
</form>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.5.0rc0 _includes/contact.html
editorial-autogestiva-jekyll-theme-0.4.2 _includes/contact.html
editorial-autogestiva-jekyll-theme-0.4.1 _includes/contact.html
editorial-autogestiva-jekyll-theme-0.4.0 _includes/contact.html
editorial-autogestiva-jekyll-theme-0.3.5 _includes/contact.html
editorial-autogestiva-jekyll-theme-0.3.4 _includes/contact.html
editorial-autogestiva-jekyll-theme-0.3.3 _includes/contact.html
editorial-autogestiva-jekyll-theme-0.3.2 _includes/contact.html
editorial-autogestiva-jekyll-theme-0.3.1 _includes/contact.html
editorial-autogestiva-jekyll-theme-0.3.0 _includes/contact.html