Rich Text or URL Formula output Exact Form as PDF for Mobile
I have an exact form and a formula URL on the record's form that displays the data on the exact form template:
var text ID=ToText([Record ID#]);
"https://xxxxxxx-xxxxxxxx.quickbase.com/db/xxxxxxxxx?a=dbpage&pageID=10&rid=" & $ID&"&fullver=1"
For the desktop/non-mobile form users are able to save because the exact form has:
<script>
setTimeout(function() {this.print()},3000);
</script>
But this does not happen for those using the mobile app, it keeps the user in the QuickBase app and does not easily give an option to ultimately save as a PDF.
1) is there any code to force the mobile user out of the app and into their browser? or
2) Is there a rich text formula that the mobile user can click on to either save as a pdf? or
3) Is there any pipeline where the exact form is saved as a pdf in the record?
Flexible for any solutions outside of the the above 3
It would be ideal for a pdf/doc to be created but worst case am open to a web browser mobile app friendly solution. Exact Forms Plus would not be an option unfortunately. Thanks so much!
------------------------------
Lija Harris
------------------------------