How to pass submitted values from one form to another

  • Clickndrive
    Asked on May 16, 2016 at 10:40 AM

    I WANT MY USER TO SUBMIT PART OF THE FORM AND ADD MORE INFORMATION LATER AND SUBMIT AGAIN BUT WHEN THEY FILL IN THE SECOND PART THEY WILL STILL BE ABLE TO SEE THE INFORMATION THEY PUT ON THE FIRST SUBMISSION

  • Huberson
    Replied on May 16, 2016 at 12:21 PM

    To do this, you can pass the values from the first form via URL parameters to the second one. You can find details on how to achieve it from this guide - Pass-Form-Data-to-Another-Form.

    Feel free to contact us if you need more help on this.