Hello, I just discovered Docessemble. My first thought is FANTASTIC!!! Very nice work. My question is, have you coded/programmed a way for the interviewee to draw/mark points on an image, for example locating particular details on a floor plan or lot plan? Thank you, Wayne
Docassemble does not have a special feature for that, but such functionality could be added to a question using raw HTML. You could present the image of a floor plan with clickable <map> elements, where the href attributes are formed with the url_action() function, and you could use those “actions” to communicate information back to the interview. Another alternative is to use a <canvas> element and some JavaScript, and collect information into a hidden <input> element, the name of which is a base64-encoded version of the Python variable name that you want to set. On Sun, Dec 24, 2017 at 11:20 PM <w.ward@outlook.com> wrote:
Hello, I just discovered Docessemble. My first thought is FANTASTIC!!! Very nice work. My question is, have you coded/programmed a way for the interviewee to draw/mark points on an image, for example locating particular details on a floor plan or lot plan?
Thank you, Wayne _______________________________________________ Docassemble mailing list docassemble@python.org https://mail.python.org/mm3/mailman3/lists/docassemble.python.org/
participants (2)
-
Jonathan Pyle
-
w.ward@outlook.com