• Resolved mardeebo

    (@mardeebo)


    I have a single form for a series of events that people register for. Each event has its own management team. Do you have a way to create multiple download URLS with each being specific to the event name (Form question #1)?

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author Doeke Norg

    (@doekenorg)

    Hi @mardeebo,

    The pro version (that is coming soon?) allows for multiple download url’s, that can have a specific filterset and field order. So that would make this super easy. But it isn’t out yet.

    However, we do support filters in the url. Please take a look at the documentation: https://gfexcel.com/docs/filtering/

    The idea is you append a query string to the download-url, which contains a specific filter. So lets say you field id is 1, and the value you only want for this output is event_1; you can call the download url like this:
    https://your-website.com/gf-entries-in-excel/somerandomhashspecifictoyourform?filter=1:event_1

    See the ?filter=1:event_1 part. To get everything for event_2 just change it to: ?filter=1:event_2. You can even combine multiple filters. The documentation is pretty extended on this topic.

    Hope this helps you out for now.

Viewing 1 replies (of 1 total)
  • The topic ‘Does this allow for multiple download URL’s?’ is closed to new replies.