Form tests

main
Marc Riera Irigoyen 2018-03-05 11:12:51 +01:00
parent 85affb9fd1
commit 2947ebb9cf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{{ $action := .Get "action" | default "thank-you" -}}
{{- 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" />
{{ .Inner }}
<div class="row">