Trouble with form submission

Hi there, I can’t get this form to submit… but find no errors in the code.

The form is located here: http://www.chiropracticwhitsundays.com.au/book.html

Here is the email.php file:

Here is the form code:

							<div id='mail_fail' class='error' style="display:none; color: #ffffff; align: center"> Sorry, an error occured... Please try again or call us on (07) 4946 7111.
							</div><!-- error message -->
						</div>
						<div class="form-group">
							<div class="col-sm-12">
								<button type="submit" id='send_message' class="btn btn-default pull-right">submit message</button>
							</div>
						</div>
					</form><!-- /.form-horizontal -->

Thanks for any light you can shed on this for me.

your source code shows some strange form building website as the source of your form.
this form builder adds a shady iframe requesting camera, microphone and geolocation of guests.

i recommend building a simple form and a simple php processing page.
https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Your_first_HTML_form

Thanks for your help John!

Sponsor our Newsletter | Privacy Policy | Terms of Service