Hey Everyone,
I tried looking in the previous posts but I couldnt find anything that gives me a hint on how to do the following…
I have a page of creating an estimate, where first you select a client from a RG, then you fill in the price, scope of work etc. the client information is being pulled from the RG and then I have the button of “Creating Estimate” which I want it to send to a new page “view Estimate” in which it will always display the estimate on the actual template I created, and have the estimate saved under the “client” that was selected that later I can go back and view all the estimates related to this client.
I thank you in advance and it would mean a lot to try and solve this, I have been at it for days.
Create Estimate button should associate the new estimate with the selected client and then send user to the view Estimate page and when doing so send the newly created estimate to that page.
I actually had it set up exactly the same in which everything is sending to that page but for some reason the client information is not being passed with it only the scope of work and cost. I want to believe its because the clients are from a dropdown menu that is technically a RG.
How would this be associated to the client later on for them to view and for the estimates to be saved ?
You don’t need to reset inputs, but more importantly, you aren’t linking the client to the estimate, just a bunch of the client’s information. You don’t need to link any of the client’s information to the estimate (unless needed for a specific use case); just link the client thing itself, and that way, on the next page you’ll know who the client is.
I tried linking the client to the selected user but it but its not passing to the next page same goes for the service type it is not linking through for some reason.