Hey Subho, If you are familiar with handling states or refs. You can update state values as soon as there is a change in the input field or use refs to construct that object once the form is submitted. If you need a more flexible solution with validation and usually for large forms, something like react-hook-form.com would help you a lot. Do check it out.