Correct.I see, it does not actually rename the file on the server.
Checkbox can't really be empty. It's 1 or 0|NULL. You should use the following for checkbox conditions to be reliable.I have a checkbox that when checked opens the file upload field. I have this condition set in the file upload field.
display: field conditional self
field: checkbox field above the file upload
operator: not empty
mode: show
I'm guessing you've multiple conditions on your checkbox. A field can only be conditioned once. Having multiple conditions on a field results in the conditions fighting for control. The value of the field is likely being reset as result of that.It works fine, when I check the box the file upload opens and I can upload a file, but when I press update it reloads and the checkbox is unchecked. It won't stay checked. This is how I have some other fields set to show up and they work. Is there some behavior with the upload that causes this? I tried it required and not reburied no difference.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.