|
Posted by Rik on 10/24/06 04:36
Nico Schuyt wrote:
> lrbtav@gmail.com wrote:
>> Hi, I have a site with a built in 'contact us' form; how can I force
>> the user to check a certain check box before allowing them to submit
>> the form? This site is hosted on an ASP enabled godaddy server, but I
>> figured there was some html or js function that would accomplish
>> this.
>
> HTML: impossible
> JS: unreliable
> Handle it in ASP after the form is submitted
Well, TRY to handle it with JS, but make sure of it on the server. It saves
a lot users an unneccessary trip to the server, get the contents, load the
page, just to get the error that he forgot to check a box after.
--
Rik Wasmus
[Back to original message]
|