- signup for doesn't save values on back. Should be something to do with the way the form is created. - create a mode that tracks the form #. Then use that to conditionally render the form ``` {mode === signup && <signup/> } {mode === notification && <notification /> ``` something like above
something like above