The current implementation simply takes the user to the relevant page and submits the form, which triggers client-side validation. However, there are some values that are validated server-side (user, group, network interface, file/dir/path) so simply submitting the form automatically doesn't do anything useful. The logic when clicking the error on the error page should go to the corresponding page and input field and simply show the validation error, not submit the form.
The current implementation simply takes the user to the relevant page and submits the form, which triggers client-side validation. However, there are some values that are validated server-side (user, group, network interface, file/dir/path) so simply submitting the form automatically doesn't do anything useful. The logic when clicking the error on the error page should go to the corresponding page and input field and simply show the validation error, not submit the form.