Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    I got asked a question this morning on if it would be possible to setup an approval process using FormAssembly. My thinking progression goes something like this:
    1. User fills out form
    2. The form has an email field (required) that is required and uses Regular Expression to filter out incorrect email addresses.
    3. Have a button called "submit for approval" - User clicks the button.
    4. Email is sent to the email address the user specified in step 2. The email has a link in it that points to the form but will allow for the form to be populated with data when opened.
    5. User 2 will open form with prefilled data.
    6. User 2 reviews and will click on a button called "approve" or a button called "Reject".
    7. If approved the data would come into Salesforce.


    Notes:
    1. I would assume there are two forms or maybe 3 if I wanted to use a reject form.
    2. I know I could use the URL string to get the data passed between forms but there is a limit on how much data that can be passed. Is there another option?


    Is what I have in mind possible? Thanks.