{{/* Wowchemy Blocks: Contact */}} {{/* Documentation: https://wowchemy.com/blocks/ */}} {{/* License: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} {{ $block := .wcBlock }} {{ $autolink := default true $block.content.autolink }} {{ $data := $block.content }} {{ $form_provider := lower $block.content.form.provider | default "" }} {{ $use_netlify_form := eq $form_provider "netlify" }} {{ $use_formspree_form := eq $form_provider "formspree" }} {{ $use_form := or $use_netlify_form $use_formspree_form }} {{ $use_netlify_captcha := $block.content.form.netlify.captcha | default true }} {{ $use_formspree_captcha := $block.content.form.formspree.captcha | default false }} {{ $columns := $block.design.columns | default "2" }} {{ if and $use_formspree_form $use_formspree_captcha }} {{ end }}