I also would like to know if there is a way to change Demogaphics LBF without cousing issues. I tried to change one of the fields and the create new patient function stopped working. I could not arrange the order of the fields when I hit save nothing would change.
Hi @Goddard have you solve this issue? I also encounter this same issue when i try to have a conditional on the demographics field. the same error logs with you.
Circling back, I did end up resolving this issue, I believe the solution was simply to change my php.ini to update max_input_vars to 5000 (from 3000)
My php.ini file was at /etc/php82/php.ini (although this may be different for others)
My understanding is the issue came from the fact that I had made to many additions to my demographics forms such that when I tried making any update, it would simply not save the changes. I only initially believed the issue was with the validation rules because those were the most visible