Hey,
I have a form which on some fields would lock once the user has chosen a selection. This is done with Javascript using text.value.disabled = true to stop users changing the field later.
The problem is when the submit button is pressed all the fields that are disabled do not get passed through the form.
Is there anyway round this??
Cheers