Skip Navigation

[Resolved] Form does not accept some values, cannot change checkboxes

This thread is resolved. Here is a description of the problem and solution.

Problem: It seems that checkboxes custom fields are no longer being updated correctly with Forms. After editing a post, the checkboxes I selected are not saved as expected.

Solution: Our developers will include the fix for this issue in the next release of Forms. Until then, there is a patch available in the erratum post: https://toolset.com/errata/toolset-form-doesnt-save-checkboxes-field-values/

This support ticket is created 4 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by Dietrich 4 years, 11 months ago.

Assisted by: Christian Cox.

Author
Posts
#1414727

Hello,

a very strange problem has suddenly occurred without changing anything in the entire (multisite) WordPress installation or any plugins.
On the side is a job database built with toolset. There are various fields that can be filled out. There is also a frontend form where users can post and edit new job ads themselves. Now it is suddenly the case that a form field with check boxes in the form no longer works. If I select check boxes there, they will not be saved. All other fields work. In the WordPress backend, however, the check boxes work completely correctly. If I select check boxes there, they are saved and also displayed in the frontend form.

I have already deactivated the caching plugin and made updates, but nothing changes.
Is there something i can do? Do you know this problem?

#1415517

Hello, there are currently two known issues with checkboxes in Toolset Forms:
https://toolset.com/errata/toolset-form-doesnt-save-checkboxes-field-values/
https://toolset.com/errata/cannot-insert-checkboxes-field-into-a-form-using-the-expert-mode/

The first issue seems the most similar. It was introduced by the release of WordPress 5.3.1, but older versions of WordPress should not have this problem. I see in your site debug information it looks like you are running WP 5.2.5, so I would not expect the problem to occur here, but you can try installing the patch from the erratum post to see if the issue is resolved. If not, we can try some other troubleshooting steps:
- If you have a development environment available, try deactivating all plugins except Types, Forms and Views. Then activate a default theme like Twenty Twenty, and test the Form again.
- If the problem is resolved, reactivate your theme and other plugins one by one until the problem returns.
- If the problem is not resolved, we can take a closer look.

Please let me know what you find out.

#1416055

Thank you!
The patch works!