Checking for blsnk fields
Posted: Wed Jun 27, 2007 9:39 pm
feyd | Please use
Would i put the verification form into this online application.php or into my email application.php also im not sure.
Any assistance would be greatly appreciated or even a link to a good reference.
Kind regards,
David
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hi everyone,
This should be so simple but I just can't crack it.
I have an online form and I want to make sure there are no blank fields being submitted. I'm not sure on how to do this. The simpler the solution the better.
Here is a snippet of my online application.php code
[syntax="html"]<body>
<form action="email application.php" method="post" name="online application" class="style1" id="online application">
<fieldset>
<label for="name">Name of Child: </label>
<input name="name" type="text" id="name" title="name" value="">
<br>
<label for="dob">Birth / Expected Arrival Date: </label>
<input type="text" id="dob" name="dob" title="dob" >Would i put the verification form into this online application.php or into my email application.php also im not sure.
Any assistance would be greatly appreciated or even a link to a good reference.
Kind regards,
David
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]