by prettyscripts on 2008-06-30 14:15:50
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 true or 1.
Code:
xajax_function(xajax.getFormValues('form_id', 1)); |
Tags: disabled field, form, submit, xajax