diff --git a/components/newappeal/aboutyou.js b/components/newappeal/aboutyou.js index 3d3c5bad..cbdfdfea 100644 --- a/components/newappeal/aboutyou.js +++ b/components/newappeal/aboutyou.js @@ -461,6 +461,7 @@ let AboutYou = (props) => { const onHandleSubmit = (values) => { event.preventDefault(); console.log(JSON.stringify(values)); + window.scrollTo({ top: 0, behavior: "smooth" }); setFormStep(1); };