Hi everyone,
I am trying to think of the best way to filter incoming submissions so the end-user does not have to waste time filtering through unwanted forms.
Here is the structure I am thinking of:
- Business user defines desired criteria for a loan: Credit score between 500-700 for example.
- Customer fills out a form - when submitted it is validated against the criteria defined above.
- If it meets criteria, the form is loaded into the DB for the business user.
If it doesn’t meet criteria, a email is sent to the customer and no DB entry is created.
Would anyone have an idea on the best way to go about implementing this? (How would I define this in the workflow)
Thank you!
