No validations on the form

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
luishmpaulo
 
 
Posts: 142
Joined: Wed Jan 11, 2012 8:49 pm
Location: Brazil
Contact:

No validations on the form

Post by luishmpaulo »

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.
User avatar
Pablo
 
Posts: 23451
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: No validations on the form

Post by Pablo »

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.
luishmpaulo
 
 
Posts: 142
Joined: Wed Jan 11, 2012 8:49 pm
Location: Brazil
Contact:

Re: No validations on the form

Post by luishmpaulo »

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.
luishmpaulo
 
 
Posts: 142
Joined: Wed Jan 11, 2012 8:49 pm
Location: Brazil
Contact:

Re: No validations on the form

Post by luishmpaulo »

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
User avatar
Pablo
 
Posts: 23451
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: No validations on the form

Post by Pablo »

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.
luishmpaulo
 
 
Posts: 142
Joined: Wed Jan 11, 2012 8:49 pm
Location: Brazil
Contact:

Re: No validations on the form

Post by luishmpaulo »

Hmmm.

In the combobox3 I didn't put any validation, only allowed multiple selection...
User avatar
Pablo
 
Posts: 23451
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: No validations on the form

Post by Pablo »

Somewhere in this object there is a conflict.
luishmpaulo
 
 
Posts: 142
Joined: Wed Jan 11, 2012 8:49 pm
Location: Brazil
Contact:

Re: No validations on the form

Post by luishmpaulo »

Thanks! If I'll try to find!
Post Reply