Hi guys,
I have created forms in my website. Instead of making- data required it is still allowing submitting form blank. Could any one can suggest the solution.
Thanks in advance
Albi
http://www.amacadvice.com/assessment_form.php
Hi guys,
I have created forms in my website. Instead of making- data required it is still allowing submitting form blank. Could any one can suggest the solution.
Thanks in advance
Albi
http://www.amacadvice.com/assessment_form.php
Have you set Data Length?
Check Data Required at least for Minimum.
Your form is named "Assessment form"
Change it to "Assessment_form". No whitespaces are allowed.
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Hi Sir,
I have created forms into my website. After submitting form this error message
“Warning: file_get_contents(./error.html) [function.file-get-contents]: failed to open stream: No such file or directory in /home/albiasin/public_html/emp-form.php on line 11
Kindly any one of you expert people help me to solve this issue, please visit this link to understand the problem more easily thank you all. http://www.albiasint.com/emp-form.php
The error message means that some error is encountered in your form submission, and the processor tries to report it through the "error.html" page.
Did you create and publish this page ?
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Thanks guys for response. There is no white space in Forms. I named them
assessment_form, contact_us
For Text editbox it doesnot ask minimum length or maximum length. I put the constraint also- like for phone number- number constrain.
Besides this i have ticked- error message, data required and disallow first choice.
@ Albi009:
your assessment form NAME contains white spaces. The following is taken from your page code:
<formname="Assessment form" As you see there IS a white space between "Assessment" and "form"
Your contact form instead has TWO whitespaces:
<formname="Contact us " one between "Contact" and "us" and one at the end of the name.
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Your form doesn't work because you have added an Event to the Submit button.
onclick="ShowObject('', 1);
Not only, but it is also wrong as there is no target for the event.
REMOVE the event from the submit button.
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
There are currently 1 users browsing this thread. (0 members and 1 guests)