Digitize your offline data collection. Create your Forms online with Tangerine Editor, conduct them offline with the Tangerine Android App. All results you collect can be exported as a CSV file, easy for processing in a spreadsheet. Tangerine has been used in over 1 million assessments and surveys in over 60 countries and in 100 languages.
Create a form that includes a photo capture input
Deploy it as online survey
The photo is taken but no data is stored
In the value of the input in couchdb I see that it is referrring to a blob but not data present:
"inputs": [
{
"name": "picures1",
"maxSizeInKb": 512,
"compression": "0.8",
"label": "",
"hintText": "",
"errorText": "",
"private": false,
"disabled": true,
"hasWarning": false,
"hasDiscrepancy": false,
"hidden": false,
"skipped": false,
"invalid": false,
"incomplete": true,
"value": "blob:https://TEST SERVER.org/abeb5678-bb61-4c03-b390-4e6bc3733ac8",
"warnText": "",
"discrepancyText": "",
"identifier": false,
"front": false,
"tagName": "TANGY-PHOTO-CAPTURE"
}
Create a form that includes a photo capture input Deploy it as online survey The photo is taken but no data is stored
In the value of the input in couchdb I see that it is referrring to a blob but not data present: "inputs": [ { "name": "picures1", "maxSizeInKb": 512, "compression": "0.8", "label": "", "hintText": "", "errorText": "", "private": false, "disabled": true, "hasWarning": false, "hasDiscrepancy": false, "hidden": false, "skipped": false, "invalid": false, "incomplete": true, "value": "blob:https://TEST SERVER.org/abeb5678-bb61-4c03-b390-4e6bc3733ac8", "warnText": "", "discrepancyText": "", "identifier": false, "front": false, "tagName": "TANGY-PHOTO-CAPTURE" }