580 B
580 B
| title | subtitle | featuredImage | address | phone | |
|---|---|---|---|---|---|
| Contact us | /images/uploads/mark-chang-74-3.jpg | 404 James St, Burleigh Heads QLD 4220 | 0987 123 456 | 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.