I have a custom code handler for submitting a form. Could you help with a state variables that I should set to show form error / success manually?
And is the state global or is it component based? Because, once I set the state inside the form, child components doesn’t seem to have it.