We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 24629
    • 370 Posts
    Hi All,

    i've got a simple form which i'm trying form validation with. and although i have some field marked as REQUIRED the form still submits when one of these fields is empty. Any ideas?

    the formit call is
    [[!FormIt? &validate=`schoolnaam:required,
        schooladres:required,
        telefoonnummer:required,
        nospam:blank`]]

    Also what realy happens when an validation fails? Will the form not submit? (send POST data to the server?) or does it rely on an submit hook that won't get fired then?

    Rdg