I can create simple forms using my html editor's form tool but get stuck when it comes to putting some intelligence into these forms. For example, checking that all the required fields have been filled in. And whether to use client side javascript or server side CGI?
Does anyone have a simple script solution for this?