The functionality request is simple, after submitting the form redirect to the PDF that has been created by the module.
This is an alternative to downloading the module or only saving the file to a folder somewhere.
I am working on a quick hack for this so I can implement it this week but would be a nice feature where all the user had to do was check a box.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | fillpdf_1572706_redirect_to_pdf_D6.patch | 1.86 KB | alexborsody |
| #2 | fillpdf_1572706_redirect_to_pdf.patch | 3.77 KB | wizonesolutions |
Comments
Comment #1
wizonesolutionsSounds good. Feel free to post your patch as a starting point, and I'll post mine once I've implemented it. It will be a checkbox, and if people want a different path, they can use the
destinationquery string parameter provided by Drupal (which already works). I'll document that under the checkbox.Comment #2
wizonesolutionsHere's a patch implementing this. Try this for me and let me know if it does the job? If you've already moved on from this problem, let me know if you won't be testing and I'll just commit it after a few days.
Comment #3
alexborsody commentedI am going to test this today thanks.
Comment #4
alexborsody commentedThe patch works great.
Comment #5
wizonesolutionsAwesome! I tested it too, so...RTBC :P I'll commit it by Thursday, since I'll be preparing my DrupalCamp Twin Cities presentation then.
Comment #6
wizonesolutionsFixed in fdbf8cb for 7.x.
Comment #7
alexborsody commentedhere is the patch for Drupal 6
Comment #8
alexborsody commentedPorted to D6 in commit 1934f3e
Comment #9
alexborsody commented