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
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.
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.
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.