Hello,
my coldfusion application runs in Intranet and Internet (https://www.xxx.com/inputform.cfm)
When I open my CF-Page from Internet, server side validation does not work.
No popup comes to tell that the required form field isn't filled out.
When I run the CF-Page as an internal Intanet application (http://servername/inputform.cfm)
the validation works fine.
Here is an example of an
<cfinput name="catalog" type="text" required="Yes" message="Catalog is required" >
Is https protocol the reason?
Best regard
Claudia