mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-28 17:54:22 +01:00
51 lines
1.1 KiB
Markdown
51 lines
1.1 KiB
Markdown
+++
|
|
fragment = "contact"
|
|
#disabled = true
|
|
date = "2020-12-01"
|
|
weight = 1100
|
|
#background = "light"
|
|
form_name = "defaultContact"
|
|
|
|
title = "Contact Me"
|
|
# subtitle = "*not working on demo page*"
|
|
|
|
# PostURL can be used with backends such as mailout from caddy
|
|
post_url = "https://example.com/mailout" #default: formspree.io
|
|
email = "mail@example.com"
|
|
button = "Send Button" # defaults to theme default
|
|
netlify = true
|
|
|
|
# Optional google captcha
|
|
#[recaptcha]
|
|
# sitekey = ""
|
|
|
|
[message]
|
|
success = "" # defaults to theme default
|
|
#error = "" # defaults to theme default
|
|
|
|
# Only defined fields are shown in contact form
|
|
[fields.name]
|
|
text = "Your Name *"
|
|
#error = "" # defaults to theme default
|
|
|
|
[fields.email]
|
|
text = "Your Email *"
|
|
#error = "" # defaults to theme default
|
|
|
|
#[fields.phone]
|
|
# text = "Your Phone *"
|
|
# #error = "" # defaults to theme default
|
|
|
|
[fields.message]
|
|
text = "Your Message *"
|
|
#error = "" # defaults to theme default
|
|
|
|
# Optional hidden form fields
|
|
# Fields "page" and "site" will be autofilled
|
|
[[fields.hidden]]
|
|
name = "page"
|
|
|
|
[[fields.hidden]]
|
|
name = "someID"
|
|
value = "example.com"
|
|
+++
|