Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
With script you can modify the standard file attachment field's markup to select through the device's camera: by adding accept and capture attributes
What is even more interesting is that using a Service Worker you can mod the QuickBase form builder to add this option to your File Attachment field. Maybe like this:
Feel free to contact me off-world usning the information in my profile if you need assistance implementing this type of feature:
https://getsatisfaction.com/people/dandiebolt/
<input type="file" size="40" name="_fid_6" id="_fid_6">Once an image is selected you can also arrange to display the photo while proceeding to fill out the remainder of the form. This customization option is in addition to or substitution of whatever native mechanism is on a mobile device and it should also work from a desktop with installed cameras.
<input type="file" size="40" name="_fid_6" id="_fid_6" accept="image/*" capture="camera">
What is even more interesting is that using a Service Worker you can mod the QuickBase form builder to add this option to your File Attachment field. Maybe like this:
Feel free to contact me off-world usning the information in my profile if you need assistance implementing this type of feature:
https://getsatisfaction.com/people/dandiebolt/