The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group

Slack Signup
Newsletter Optin
Help Desk

Multiple Form Workflow

Labels

This Discussion is public

Notifications

Anyone tried firing off an email after submission of a form, with a link to another form, pre-populated with data from initial form, triggered upon successful payment?

Like this: I submit Form A, which contains a PayPal action and a user reg action. It updates a hidden field when the payment is completed. The email is fired when this field is updated, containing a link to Form B, which needs to be populated with the info from Form A.

Anybody? Thanks!

We've done something similar.  We have a performance review form that employees complete which sends the person's manager an email with a link to form #2 with the entry ID of form #1 as a query string parameter.  When the manager clicks the link and form #2 loads, it reads the query string parameter and uses the following shortcode to pull values from the original entry completed using form #1.

[frm-field-value field_id=5380 entry=EID]

field_id is the ID of the field in form #1 that you want to pull the value from
EID is the query string parameter we chose to use

This works great for us so far.

Discussion closed.