forked from TrueCloudLab/dot-hugo
added method for contact form
This commit is contained in:
parent
f90395f13b
commit
e45d6108ea
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<div class="col-12">
|
||||
<h2 class="section-title text-primary">{{ .Title }}</h2>
|
||||
{{ .Content }}
|
||||
<form action="{{ .Site.Params.contact_form_action | safeURL }}">
|
||||
<form action="{{ .Site.Params.contact_form_action | safeURL }}" method="POST">
|
||||
<input type="text" id="name" name="name" placeholder="Name" class="form-control mb-4 shadow rounded-0">
|
||||
<input type="email" id="mail" name="mail" placeholder="Email" class="form-control mb-4 shadow rounded-0">
|
||||
<input type="text" id="subject" name="subject" placeholder="subject"
|
||||
|
|
Loading…
Reference in a new issue