You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: When we are investigating an issue where a form won't submit we have to check the form locally to identify what form component is causing the issue. If we had a client-side error in the console we could save time investigating the problem.
Acceptance criteria:
Review privacy and security considerations
What additional information could this give malicious actors?
Does this disclose any information about the form content within the browser?
Get a developer level log into the developer tools in the browser so that we can identify the issue with a form that will not submit immediately.
The text was updated successfully, but these errors were encountered:
Problem: When we are investigating an issue where a form won't submit we have to check the form locally to identify what form component is causing the issue. If we had a client-side error in the console we could save time investigating the problem.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: