[Solved] Send link for approval and then save data [closed]


To answer your questions:

  1. You would put the contacts in the database of your application, presumably in a table named Contacts and a status of ApprovalPending. After the boss approved the contact, its status could be changed to Approved.

  2. You would create a view for the approval of a contact. That view could receive a parameter. This parameter would be the ID of the contact. The link in the email would simply point to that view and contain the ID as the query parameter.

If you have concrete questions about either of those, you should be posting new, concrete questions, ideally with code you have already tried.

1

solved Send link for approval and then save data [closed]