Copying fields from one form to another?

  • mhirtl
    Asked on November 5, 2014 at 11:25 AM
    Is it possible to copy fields from one form to another?
  • raul
    Replied on November 5, 2014 at 11:42 AM

    Hello,

    Do you mean that you want to capture some fields on one form and then use their values for a second form?

    If this is correct, then you can use prepopulated fields for your second form. This method works if you provide your users with a link to your second form when the first form is submitted.

    There's also an option to send POST data from the first form. This method is useful when the first form redirects to your second form automatically, but it involves the use of a web programming language such as PHP or ASP in order to capture the values.

    I hope this answers your question.
    Best Regards.