Enquiry forms
Capture website form details
To collect messages from your website visitors, simply set your HTML form to post to https://youraccount.moobiz.com/enquiry/add and use the field names described below. A customer contact will be created, tagged "enquiry" and the message associated with them.
You should also set the address of a thank you page to show the visitor after completing your form. This is done on your Account Settings page where you can also choose to have the details emailed to you.
Standard field names
- name
- Persons full name. We automatically split it to get a first and last name so your visitor has less boxes to fill in. Required.
- company
- Optional. Will create a Company contact if present.
- Required.
- phone
- Optional.
- address
- Optional.
- postcode
- Optional.
- subject
- Optional, but recommended.
- message
- Optional.
- optin
- Optional. If this field is present (i.e. a checkbox) they'll be opted in to marketing emails / newsletters.
- captcha
- Optional, but recommended. This must be a hidden field with a blank value. We use it to help identify spambots attacking your form.
Additional fields
We'll also capture any other fields included in your form. Additional field names are used to describe their values, so we recommend something like "Your hat size" rather than "hatsz". To avoid us capturing it, we recommend not specifying a name for the form submit button.
Validation
So we keep out of the way and don't affect the design / experience of your website, we don't popup error messages or pages. Therefore you need to ensure form validation, required fields etc. are handled correctly using JavaScript which any good web designer should be able to add quickly.