I am trying to create a flow or form that starts in one form, Form One, and ends in another, Form Two, where the details from Form One are autopopulated into Form Two.
I have tried the following steps separately and none have worked for me:
- Linking fields from From Two to Form One
- When doing this I have also ensured that Remember User is enabled on both forms
- Creating Logic on Form One that when a button is clicked:
- Opens Form Two
- Passes values from From One fields and fills Form Two fields
Field Link
Next button on Form One opens Form Two:
Email field on Form Two is linked to Email field on Form One:
Logic Rule:
Event that triggers rule: Form Element is Clicked
Element that triggers rule: <Form-1-Button>
Open URL: <link-to-Form-Two> [Same Tab]
Set: <Form-Two-Field> to <Form-One-Field> [As Expression]
Please help!