View Single Post
Old 12th March 2008, 01:29 PM   #3 (permalink)
Ricardo
New Dotable member
 
Join Date: Feb 2006
Location: Brazil
Posts: 8
Post Disable means "do not submit"

When a form element is disabled it will not be submited with the form. If you want it disabled by default, then handcode its value in your response script.

If you need to script this checkbox behaviour and don't want your user to interact directly, use a hidden field to accept the values this script will set before your user submit the form.
Ricardo is offline   Reply With Quote