- Posts: 6
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<h>Photo 1</h> <p>Click on camera to create photo.</p> <p style="text-align: center;"><img alt="" id="CameraIMG-{QID}" src="https://fourthwheel-eg.com/RedDime2/assets/uploads/files/b0575-camera.png" style="width: 256px;" /></p> <script type="text/javascript" charset="utf-8"> $(document).ready(function() { var questionObj = $('#question' + {QID}); var inputID = questionObj.find('input[type="hidden"][id$=' + {QID} + ']').attr("id"); questionObj.find('.questionhelp').hide(); questionObj.find('.answer').hide(); questionObj.addClass('upload-files'); $('#CameraIMG-{QID}').on('click', function(event) { try { Android.requestCamera(4096, "CameraIMG-{QID}", inputID); } catch (ex) { console.log("No response to requestCamera"); } return false; }); }); </script>
aaskoura wrote: It is frankly not part of the plan, OfflineSurveys support LimeSurvey starting 2.0, a minimal portion of the users are using the latest LS version.