Hello.
When I send out an estimate email, I would like for the customer to be able to accept or decline the estimate from within their portal access. Depending on what they choose, I would like their estimate status to be automatically updated.
Here's what I have so far...
First, I created a dropdown menu that pulls the information from the EstimateStatus table. This works great as I see the "pending, rejected, accepted, open" options within the menu on the page. Then, I created a "submit" button that is supposed to update the EstimateStatus field in the Estimate table. to whatever they chose in the drop down menu However, when I refresh my estimates, no change occurs and the estimate status still says "pending."
Any and all help would be GREATLY appreciated.