{% if site.contact %}{% if site.contact.provider == "formspree" %}
{% if subject %} {% elif site.contact.subject %} {% endif %}{% if redirect %} {% elif site.contact.redirect %} {% endif %}
{% elif site.contact.provider == "web3forms" %}
{% if subject %} {% elif site.contact.subject %} {% endif %}{% if redirect %} {% elif site.contact.redirect %} {% endif %}
{% elif site.contact.provider == "netlify" %}
{% if redirect %} {% elif site.contact.redirect %} {% endif %}
{% elif site.contact.provider == "hubspot" %}
{% elif site.contact.provider == "typeform" %}
{% endif %}{% else %}

Contact form error: No [contact] section found in seite.toml. Run seite contact setup to configure.

{% endif %}