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.
|