Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    In Google Chrome, FireFox and Safari, the date is not accepted. Only Internet Explorer does it right.
    How to solve the problem in to the other browser???
    • CommentAuthordbuschho
    • CommentTimeMar 17th 2010
     
    Hello,

    Can you provide us the url for the form that this is failing on?
  2.  
    http://www.tfaforms.com/146626

    http://www.katshuis.be
    • CommentAuthordbuschho
    • CommentTimeMar 18th 2010
     
    Seems to be working for me:

    http://screencast.com/t/ZmFiNjRm

    Can you send us a screenshot of the error you see? For the moment you can disable date validation completely, if you like, by adding this line of code to your custom code block:

    <script>
    wFORMS.behaviors.validation.instance.prototype.validateDate = function(element, value) {
    return true;
    }
    </script>

    while we sort this out. Normally I'd expect IE to fail first, as it has horrible support for non-US setups.