Your form has been submitted successfully!

Novice Form         Version 1.1


Novice Form               Version 1.1

© Copyright 2000-2003 Seth Knorr

A free download of this script can be found at: http://www.noviceform.com/


Missing or invalid format of email!"; $errormessage = "

Missing or invalid format of email.

The email Field must be filled in and in the proper format!"; echo "$title"; echo "$errormessage"; echo "$backbutton"; echo "$footer"; exit; } /* end function: "msng_email" */ function msng_required() { $title = "Missing form fields!"; $errormessage = "

Missing form fields!

The Below Required Fields Where Left Blank:

$REQ_error"; echo "$title"; echo "$errormessage"; echo "$backbutton"; echo "$footer"; exit; } /* end function: "msng_required" */ ?>