Reactjs – How can redirect to confirmation page with react-hook-form?
I am working on a form with nextjs13, chakra-ui, react-hook-form. There's a text input field where user put email address. (url is xxx/new) here's form I have: export const NewForm = () => { const { register, handleSubmit, formState: {…