Form tests
parent
85affb9fd1
commit
2947ebb9cf
|
@ -1,6 +1,6 @@
|
||||||
{{ $action := .Get "action" | default "thank-you" -}}
|
{{ $action := .Get "action" | default "thank-you" -}}
|
||||||
{{- if ne $action "thank-you" -}}{{- $action := ($action | absLangURL) -}}{{- end -}}
|
{{- if ne $action "thank-you" -}}{{- $action := ($action | absLangURL) -}}{{- end -}}
|
||||||
<form class="form-container" netlify-honeypot="antispambot" name="{{ .Get "name" }}" action="{{ $action }}" netlify>
|
<form class="form-container" netlify-honeypot="antispambot" name="{{ .Get "name" }}" netlify>
|
||||||
<input type="text" name="antispambot" class="hide" />
|
<input type="text" name="antispambot" class="hide" />
|
||||||
{{ .Inner }}
|
{{ .Inner }}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Loading…
Reference in New Issue