Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The first part of the app is the form. This form gathers the user's name and email address. Inside the form, we also have hidden fields that keep track of the approval status. We'll get into how these hidden fields work when we talk about the processes. After that, we'll shoot out an email asking the user to either say yes or no to the assignment.

Image RemovedImage Added

Figure 1: Sample App Form

...

This is what the configuration of the Lazy Approval Tool looks like in the process.

Image RemovedImage Added

Figure 5: Lazy Approval Tool Configuration

...

  • Configure the SMTP settings in the process in order to receive the emails. 
  • In the Joget System Settings > General Settings, set API Domain Whitelist to * (IMPORTANT NOTE: If this is not set, you will get a 400 Forbidden error when clicking on approve/reject).


Download the Sample App

...