Hi, it's me again...
Building a web site for another client, I set all the fields in the form as data required, but nothing happens ... I tested it as default, like Bootstrap, HTML5, but nothing ... What am I doing wrong this time?
This is the form: http://assetramed.com.br/2020/Agendamentos.php
Ah!
The multiple choice Combobox 2 is not working properly too, only sends the first item selected.
No validations on the form
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
-
-
- Posts: 142
- Joined: Wed Jan 11, 2012 8:49 pm
- Location: Brazil
- Contact:
Re: No validations on the form
The validation properties of 'Editbox1' are incomplete.
If you select 'custom' then you will need to specify a valid regular expression.
Note: if you make one mistake then this will affect all scripts on the page.
If you select 'custom' then you will need to specify a valid regular expression.
Note: if you make one mistake then this will affect all scripts on the page.
-
-
- Posts: 142
- Joined: Wed Jan 11, 2012 8:49 pm
- Location: Brazil
- Contact:
Re: No validations on the form
Yes, it was on birth date (ddmmaaa) because it wasn't working well, I put the date as indicated, just number, and still receiving msg that it was wrong ...
For dates edit boxes I put now "datetime" (in General) and "number" (in Validete/data type). Now it's OK.
For dates edit boxes I put now "datetime" (in General) and "number" (in Validete/data type). Now it's OK.
-
-
- Posts: 142
- Joined: Wed Jan 11, 2012 8:49 pm
- Location: Brazil
- Contact:
Re: No validations on the form
Hi!
Again the validations...
Despite having adjusted the validations in the fields, the Internet user is still able to send the form without filling it out. How do I prevent the form from being submitted without filling in?
This is the form: http://assetramed.com.br/Agendamentos.php
Again the validations...
Despite having adjusted the validations in the fields, the Internet user is still able to send the form without filling it out. How do I prevent the form from being submitted without filling in?
This is the form: http://assetramed.com.br/Agendamentos.php
Re: No validations on the form
I cannot see what you have done based on the HTML code.
But I think there is a conflict in the settings of 'Combobox3'. That is where the browser generates an error.
But I think there is a conflict in the settings of 'Combobox3'. That is where the browser generates an error.
-
-
- Posts: 142
- Joined: Wed Jan 11, 2012 8:49 pm
- Location: Brazil
- Contact:
Re: No validations on the form
Hmmm.
In the combobox3 I didn't put any validation, only allowed multiple selection...
In the combobox3 I didn't put any validation, only allowed multiple selection...
Re: No validations on the form
Somewhere in this object there is a conflict.
-
-
- Posts: 142
- Joined: Wed Jan 11, 2012 8:49 pm
- Location: Brazil
- Contact:
Re: No validations on the form
Thanks! If I'll try to find!