I I have a single form for individuals to register to attend a class of their choice. The various classes are listed as one of the field items, which I call “unique-id”. I need to send a PDF roster of all students who registered for that class, ideally as a link rather than an attachment. My current solution (GravityExport Filters) sorta gets it done – I create a filter for each class, enable the 5 fields I wish to display, and setup conditional logic so that the results are for just that individual class based on “unique-id”. I have ~125 classes a year, and that means 125 GravityExport Filters. From there, I use the URL generated by GravityExport Filter and set up a redirect that includes the unique ID. My notification uses the merge tag of “unique-id”, and it all works. But the output is lame, the links often fail on mobile or tablet, very few customization options, etc.
Unfortunately, this seems to be the only solution available that will pull multiple entries based on logic into a PDF, with inline formatting. The only other option I can find is GravityPDF, which has a GravityView extension, but only works with single entries.
Any other ideas for what I’ve described? Thanks!