Questions tagged [docassemble]

Docassemble on Github.

Description from (docassemble.org) [^1]:

docassemble is a free, open-source expert system for guided interviews and document assembly. It provides a web site that conducts interviews with users. Based on the information gathered, the interviews can present users with documents in PDF, RTF, or DOCX format, which users can download or e-mail.

Though the name emphasizes the document assembly feature, docassemble interviews do not need to assemble a document; they might submit an application, direct the user to other resources on the internet, store user input, interact with APIs, or simply provide the user with information.

docassemble was created by a lawyer/computer programmer for purposes of automating the practice of law, but it is a general-purpose platform that can find applications in a variety of fields.

[^1]: as of 2021-03-13

20 questions
0
votes
1 answer

Writing helper functions / code / interviews in docassemble, directly to data directory (i.e. bypassing the playground)?

In the answer to this question it was suggested that advanced users might like to develop packages directly, rather than developing in the playground and then creating separate packages -- specifically, the idea was to create cross-package helper…
NotAnAmbiTurner
  • 2,553
  • 2
  • 21
  • 44
0
votes
1 answer

How to organize the playground in docassemble / best practices?

This isn't exactly the best stack overflow question because it's opinion-based, but I'm going to try to ask it in a way that will lend itself relatively to an answer with some degree of factuality (as opposed to opinion). I know you can switch…
NotAnAmbiTurner
  • 2,553
  • 2
  • 21
  • 44
0
votes
1 answer

Is there a way to use [FIELD variable_name] with an already gathered list?

I am just reading the documents, getting prepared to write some list-gathering questions. I have looked at the docs about groups, and specifically I'm looking at the documentation about editing already gathered lists…
NotAnAmbiTurner
  • 2,553
  • 2
  • 21
  • 44
0
votes
1 answer

show if on manatory question in docassemble and non-functional continue button

I have an interview which is only 2 mandatory questions. I am getting a non-functional continue button after the first mandatory question (that is, the user can't actually continue), but only when the field remains hidden. I assume this has…
NotAnAmbiTurner
  • 2,553
  • 2
  • 21
  • 44
-1
votes
1 answer

Recipe for "warning screen" + go back

I'm trying to implement a "that feature not yet supported" screen. I imagine there are many such "offramp" screens in a number of apps. I did look through the recipies section of the docs, but I didn't see anything. Ideally, I want the user to be…
NotAnAmbiTurner
  • 2,553
  • 2
  • 21
  • 44
1
2