HI-
I had disabled radio buttons on a form so that people could see the data, but not edit it. However, after saving the form, exiting out of that entry and returning to it, the data for that field would not be there. I looked in the db and it turns out the data for that field was deleted. I tried to rectify the situation by adding "Save Data" to the disabled radio button, but that made no difference.
I had disabled radio buttons on a form so that people could see the data, but not edit it. However, after saving the form, exiting out of that entry and returning to it, the data for that field would not be there. I looked in the db and it turns out the data for that field was deleted. I tried to rectify the situation by adding "Save Data" to the disabled radio button, but that made no difference.
a disabled field will send an empty value, so this is an expected result!
Hi kgriffin,
If you want it so that the previous data can be re-submitted then use read-only and not disabled.
Bob
If you want it so that the previous data can be re-submitted then use read-only and not disabled.
Bob
You need to login to be able to post a reply.