You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would save a checked box as 1 which is what we want, but upon loading the page again the box will be unchecked. I think this is because it isn't converted to the correct type depending on what the form is expecting (e.g. a boolean for a checkbox)
Any non-text field doesn't re-populate though the data will get saved.
For example,
would save a checked box as
1which is what we want, but upon loading the page again the box will be unchecked. I think this is because it isn't converted to the correct type depending on what the form is expecting (e.g. a boolean for a checkbox)