by default xajax.getFormValues does not pass values from disabled fields. as previously noted, it is browser standard not to submit disabled fields. with xajax.getFormValues(), disable field can still be submitted. by setting 2nd optional parameter to… more »
when posting a form, disable field is not found in $_POST data. this is intentional! the browser is doing in accordance to html spec – do not send disabled fields to the server.solution add a hidden field with the value. the value in hidden f… more »
notes and references on web development and various things.
disclaimers
this site does not guarantee accuracy of information provided. codes are provided as is and are free to to use. use at your own risk. limited or no support will be provided.
under no circumstances shall this site be responsible or liable for any damages or consequences as a result of direct or indirect usage of any information provided.