Cannot make new version

Hi developers' team I am working on Commcare Case management application, I have been facing the error below can anyone help me what should I do to fix this issue?
" Cannot make new version
The case management in form "[Registration Form] Form in the "VSLA Tracking Form" Menu references a question that no longer exists: "/data/general_information/name_of_group". It is likely that this question has been renamed or deleted. Please update or delete this question reference before you make a new version"

Hi @imran

Welcome to the CommCare community!

It looks like you have a menu named "VSLA Tracking Form" in your app, and in that menu there is a form named "Registration Form". If you click on the settings for that form, and look in the Case Management section, you should find that the app is saving the value of a form question called "name_of_group" to a case property.

But after that setting was configured, the form has been modified, and that question has been moved or renamed or deleted. So the app will not be able to save its value to a case property, because it can't find the question any more.

You will need to update the setting by selecting the new name or location of the question, or by not saving its value to the case property.

I hope that helps.

In future, this kind of question is probably better suited to the "Users" section of the CommCare forum. People who ask and answer questions in that section probably know a lot more about app building using CommCare than the developers in the "Developers" section do.