Make contact form configurable

This commit is contained in:
Clara Wildpaner
2021-04-04 16:00:22 +02:00
parent 8f4fb16b4b
commit 9206c784bf
2 changed files with 27 additions and 10 deletions

View File

@@ -39,6 +39,22 @@ summarylength = 25
googleAnalitycsID = "Your ID"
# We're using formspree.io for form handling, paste your formspree url below
formspreeFormUrl = "https://formspree.io/myykjpje"
# Contact Form
[params.contactForm]
placeholder_first_name = "First Name"
placeholder_last_name = "Last Name"
placeholder_email = "Email"
placeholder_project_type = "Project Type"
placeholder_about_the_project = "About the Project"
send_message = "Send Message"
[[params.contactForm.projectType]]
value = "gd"
title = "Graphics Design"
[[params.contactForm.projectType]]
value = "wd"
title = "Web Design"
# Navbar Action Button
[params.navAction]