Skip Navigation

[Resolved] custom fields data is not saving when we update the page

This support ticket is created 2 years, 10 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 3 replies, has 2 voices.

Last updated by Minesh 2 years, 9 months ago.

Assisted by: Minesh.

Author
Posts
#2608015

Tell us what you are trying to do. : I created a repeatable field with custom fields, but data is not saving after a certain number of data I added. if you go to dashboard > Toppers XII > 2022-2023 > and try to add data. In subject fields, it will not save. I want you to look into it asap.

I also what to display the subject marks columns to show only when we enable the checkbox, but In the conditions field, the checkboxes field does not show, also tell me how to achieve it.

Is there any documentation that you are following? : I checked on the forum and the internet for a solution but no luck.

Is there a similar example that we can see? : I do not have any examples

What is the link to your site? : hidden link

This is temp login link > hidden link

valid for 24 hours for you to review.

Please let me know asap.

#2608141

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

As per our support policy, we entertain only one question per ticket. With this ticket, I will try to address the issue about repeating field group fields does not get saved.

I checked the server settings and the edit page:
- hidden link

I see there are many records with the repeating field group, Could you please increase value of PHP setting for "max_input_vars" to 5000 and check if that help you to resolve your issue:
=> http://stackoverflow.com/questions/10303714/php-max-input-vars

Kindly contact your server admin to update above setting and try to resolve your issue if you do not know how to update it.

#2608183

My this issue is solved now data is saving.
I also want to display the subject marks columns to show only when we enable the checkbox(subject), but In the conditions field, the checkboxes field does not show, also tell me how to achieve it.

#2608201

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Glad to know that the solution I shared help you to resolve the original issue you reported with this ticket.

Regarding:
I also want to display the subject marks columns to show only when we enable the checkbox(subject), but In the conditions field, the checkboxes field does not show, also tell me how to achieve it.
==>
Conditional display of custom field of type checkboxes is not supported because checkboxes is a special fields whose value is stored as serialized array.

The possible solution could be you will have to add field type of "checkbox" type instead of "checkboxes" field for each checkbox/option would need to be added, separately, which can then control the display of other custom fields.