18 lines
580 B
Markdown
18 lines
580 B
Markdown
---
|
|
title: Contact us
|
|
subtitle: ''
|
|
featuredImage: '/images/uploads/mark-chang-74-3.jpg'
|
|
address: 404 James St, Burleigh Heads QLD 4220
|
|
phone: 0987 123 456
|
|
email: example@example.com
|
|
---
|
|
|
|
# Example contact form
|
|
|
|
This form is setup to use Netlify's form handling:
|
|
|
|
* the form action is set to the current absolute url: `action: '/contact/'`
|
|
* a name attribute is sent with the form's data `'form-name': 'Contact'`
|
|
* netlify data attributes are added to the form `data-netlify data-netlify-honeypot`
|
|
|
|
Find out more in the [Netlify Docs](https://www.netlify.com/docs/form-handling/).
|