PDF generator for details page
PDF generator only available for result page. this need to be available to details page.
Thank you again for your idea. The feature is now available. More information can be found at https://howto.caspio.com/faq/reports-datapages/how-to-make-the-details-downloadable-for-users/
-
Anonymous commented
Also highly considering switching to another service like Zoho or Valentina due to lack of highly voted features like this one not getting any attention whastoever.
-
Anonymous commented
Switched to Valentina after waiting for document prep tools for ages at caspio - don't hold your breath
-
Edward commented
Consider using this until they add it, then print to PDF -
<script> function printDiv(DIV LABEL) {
var printContents = document.getElementById(DIV LABEL).innerHTML;
var originalContents = document.body.innerHTML;document.body.innerHTML = printContents;
window.print();
document.body.innerHTML = originalContents;
}
</script>
<input class="PrintButton" onmouseout="PrintHover(this,'PrintButton');" onmouseover="PrintHover(this,'PrintButton_hover');" type="button" onclick="printDiv('DIV LABEL')" value="Print Table" />
<script> function PrintHover(x){}
</script>
<div id="DIV LABEL">
<br>EMBED DATA PAGE CODE HERE
</div>
-
Anonymous commented
This would help a ton in the effort to make a letter/document style datapages (even though I believe Caspio should make a Document DataPage style a Standard).
-
Anonymous commented
Would be really nice to be able to share/log in a report.