Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Pls use a button for export instead of an a tag:
<button formaction="path/to/export.php">Download PDF</button>
Your error seems to be that the path to export.php from the current page is not correct. If the file "export.php" is in the same directory as the report's view file pls try this:
<button formaction="<?php echo dirname($_SERVER['PHP_SELF']); ?>/export.php">Download PDF</button>
Let us know how this works for you. Tks,
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo