View Single Post
  #20 (permalink)  
Old 07-03-09, 04:34 AM
bally123 bally123 is offline
Newbie Coder
 
Join Date: Jul 2006
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Basically im just getting blank form submissions

Code:
RFC822 Message body
Return-Path: </unknown.2669688.bounce@domain.tld>
Delivered-To: enquiry@domain.tld@domain.tld
Received: (qmail 27288 invoked from network); 1 Jul 2009 14:37:27 -0000
Received: from unknown (10.8.8.5)
by q5-cgi-norm.netfirms.com with QMQP; 1 Jul 2009 14:37:27 -0000
Date: 1 Jul 2009 14:37:27 -0000
Message-ID: <20090701143727.58568.qmail@cgi5>
X-IP: 202.147.198.75
X-URI: /mailform.php
X-ID: 2669688
To: enquiry@domain.tld
Subject:
From: <>

has made an enquiry about:



Their contact details are:
But what im thinking now is that if someone has a browser with javascript disabled then my form validation is not going to work and the submit button will still submit if the form is blank or not...
Reply With Quote