Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ben.moody

    (@benmoody)

    Hi

    The async chunked upload nature of the plugin does result in some limitations when using the gravity forms api.

    Can you provide me with the code you are using for the other fields, so I can see what you mean. There maybe an easy way to make it work

    Thread Starter bcripps

    (@bcripps)

    On the first forms confirmation page, I choose to send information via query string to the 2nd form. I name the query string something like: uploaded_files={uploaded_files:7} with ‘&’ between each passed form field.

    Then, on the second field, I take the ‘uploaded_files’ name that I gave in the first form and place it in the Parameter Name box under the ‘Allow field to be populated dynamically’ checkbox.

    When the first form is filled out, then, all the passed on information shows up in the second form for use. It works fine with text, but again, with an uploaded file, using the Advanced Uploader plugin, the uploaded file’s url from the first form is not passed to the second.

    Does that answer what you’re wanting to know?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pass uploaded file to another form via Query string’ is closed to new replies.