Hello! How i can disable field for edit? If i set param in field Load state: Disable, data from field not save to BD
Forums
How save data to BD disable field
Hello webkruter,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How do I save form data to a database table?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How do I save form data to a database table?
P.S: I'm just an automated service😉
Tnx but it not than i want. If field visible&enable, data from field save to bd, but if disable not save. I want disable field with save to BD
Hi webkruter,
Disabled inputs are not sent when the form is submitted. You need to use readonly=readonly if you want to show values that cannot be edited but are submitted.
Bob
Disabled inputs are not sent when the form is submitted. You need to use readonly=readonly if you want to show values that cannot be edited but are submitted.
Bob
This topic is locked and no more replies can be posted.