pssst this is a PHP forum 😉
if Request.Form.item("Submit")<>"Submit" then
firstname=Request.Form.Item("firstname")
lastname=Request.Form.Item("lastname")
if ((len(firstname)>1)and(len(lastname)>1) ) then Response.Write("is submitted")
end if
I really have no idea what your talking about now though but thats an example for you of ASP getting form values submitted and checking them. If you have no idea what i just typed then I recommend you get a book. I prefer PHP over ASP 10 fold.
Hope that helps, but it i can't give you any more help then that on the description thus far and can't write the validation for ya.
Good luck