I can find how to SEND data to another form, but I'd like to GET data from another form.

  • owamembership
    Asked on September 6, 2019 at 4:18 PM

    I'd like a drop down to be filled with all the last names from another form. I can find how to SEND data to another form, but I'd like to GET data from another form.


    Is that possible?

  • Victoria_K
    Replied on September 6, 2019 at 5:27 PM

    Hi!

    A standalone form can not fetch data from any different form. A form can be prefilled with data only if users are redirected to it from another form. 

    From what you have shared, it looks like you need to create options for a dropdown field based on answers provided in different form. I'm afraid this will not be possible at this time unless you implement a custom solution using form source code