How can I pass the parameters to a form on a separate url in react js? – Reactjs
I have a parking lot on url "/home" where the user is to select a date and the select a spot before clicking a button ("book a spot") that redirects them to "/home/book". On this page a form is presented…