Add honeypot, spam protection to contact form

This commit is contained in:
2026-05-02 11:24:11 +12:00
parent cd8d581f7a
commit 3587ba7f26
25 changed files with 553 additions and 41 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export const aboutPageContent: AboutPageContent = {
phone: '(022) 642 1011',
cta: {
label: 'Contact us',
href: '/booking',
href: '/contact-us',
variant: 'yellow'
}
}
+1 -1
View File
@@ -75,7 +75,7 @@ export const dogWalkingContent: ServicePageContent = {
booking: {
title: "Let's meet!",
subtitle: 'Fill out your details below, and we can arrange a Meet & Greet for a one on one walk!',
formAction: '/booking',
formAction: '/contact-us',
serviceOptions: [],
ownerStepLabel: 'Your details',
dogStepLabel: 'Your dog',
+7 -7
View File
@@ -19,12 +19,12 @@ export const homepageContent: HomePageContent = {
{ label: 'Puppy Visits', href: '/puppy-visits' },
{ label: 'Our Pricing', href: '/our-pricing' },
{ label: 'About Us', href: '/about' },
{ label: 'Contact Us', href: '/booking' }
{ label: 'Contact Us', href: '/contact-us' }
],
cta: { label: 'Contact Us', href: '/booking', variant: 'yellow' },
cta: { label: 'Contact Us', href: '/contact-us', variant: 'yellow' },
instagram: { href: 'https://www.instagram.com/goodwalk.nz/', external: true },
megaMenuServices: [
{ icon: 'fas fa-paw', label: 'Pack Walks', description: 'Group outdoor adventures', href: '/pack-walks' },
{ icon: 'fas fa-paw', label: 'Pack Walks', description: 'Tiny Gang outdoor adventures', href: '/pack-walks' },
{ icon: 'fas fa-person-walking', label: '1:1 Walks', description: 'Personalised solo walks', href: '/dog-walking' },
{ icon: 'fas fa-dog', label: 'Puppy Visits', description: 'Home visits for young pups', href: '/puppy-visits' }
]
@@ -60,7 +60,7 @@ export const homepageContent: HomePageContent = {
{
icon: 'fas fa-dog',
title: 'Pack Walks',
body: 'Small group walks of 4-8 dogs - calm, social, and full of fun for your pup.',
body: 'Small group Tiny Gang walks of 4-8 dogs - calm, social, and full of fun for your pup.',
href: '/pack-walks'
},
{
@@ -150,7 +150,7 @@ export const homepageContent: HomePageContent = {
title: "Let's meet!",
subtitle:
'Ready to get started? Book your free, no-obligation Meet & Greet today — just enter your details below',
formAction: '/booking',
formAction: '/contact-us',
serviceOptions: ['Pack Walks', '1:1 Walks', 'Puppy Visits', 'Other Services']
},
info: {
@@ -205,10 +205,10 @@ export const homepageContent: HomePageContent = {
{ label: '1:1 Walks', href: '/dog-walking' },
{ label: 'Puppy Visits', href: '/puppy-visits' },
{ label: 'Our Pricing', href: '/our-pricing' },
{ label: 'Contact Us', href: '/booking' }
{ label: 'Contact Us', href: '/contact-us' }
],
contactLinks: [
{ label: 'Book a walk', href: '/booking' },
{ label: 'Book a walk', href: '/contact-us' },
{ label: 'Instagram', href: 'https://www.instagram.com/goodwalk.nz/', external: true },
{ label: 'Google Reviews', href: 'https://g.page/r/CUsvrWPhkYrAEB0', external: true }
],
+1 -1
View File
@@ -48,7 +48,7 @@ export const ourPricingContent: PricingPageContent = {
booking: {
title: 'Ready to join the Tiny Gang?',
subtitle: '',
formAction: '/booking',
formAction: '/contact-us',
serviceOptions: [],
ownerStepLabel: 'Your details',
dogStepLabel: 'Dog details',
+1 -1
View File
@@ -88,7 +88,7 @@ export const packWalksContent: ServicePageContent = {
booking: {
title: 'Join the Tiny Gang!',
subtitle: '',
formAction: '/booking',
formAction: '/contact-us',
serviceOptions: [],
ownerStepLabel: 'Your details',
dogStepLabel: 'Dog details',
+1 -1
View File
@@ -58,7 +58,7 @@ export const puppyVisitsContent: ServicePageContent = {
booking: {
title: 'Ready to join the Tiny Gang?',
subtitle: '',
formAction: '/booking',
formAction: '/contact-us',
serviceOptions: [],
ownerStepLabel: 'Your details',
dogStepLabel: 'Dog details',
+3 -3
View File
@@ -35,10 +35,10 @@ export const staticPages = {
'Learn more about Kingsland based dog walking company Goodwalk. We offer our Tiny Gang pack walks throughout the Auckland region. Solo (1:1 walks), homestays and more.',
canonicalPath: '/about'
},
booking: {
title: 'Booking',
'contact-us': {
title: 'Contact Us',
description: 'Book a Meet & Greet with Goodwalk Auckland dog walking services.',
canonicalPath: '/booking'
canonicalPath: '/contact-us'
},
'terms-and-conditions': {
title: 'Terms & Conditions',