Skip to content

Commit

Permalink
Add in filing description / clerk comment
Browse files Browse the repository at this point in the history
At request of ILAO
  • Loading branch information
BryceStevenWilley committed Dec 15, 2023
1 parent c5429f9 commit dd79030
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion docassemble/AppearanceEfile/data/questions/efile_ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,33 @@ code: |
x.optional_services.there_are_any = False
---
code: |
illinois_appearance_bundle.filing_description = ''
illinois_appearance_bundle.filing_description
illinois_appearance_bundle.reference_number = None
illinois_appearance_bundle.filing_parties = ['users[0]']
illinois_appearance_bundle.filing_action = 'efile'
illinois_appearance_bundle.has_courtesy_copies = False
---
id: filing description
question: |
Is there anything you would like to tell the Clerk about your forms?
subquestion: |
These comments will not appear on your cont forms.
% if not filing_description_datafield.get('isrequired'):
This is optional. You can click **Next** to skip.
% endif
fields:
- label: |
Note to clerk
% if not filing_description_datafield.get('isrequired'):
(optional)
% endif
field: illinois_appearance_bundle.filing_description
datatype: text
maxlength: 50
required: |
filing_description_datafield.get('isrequired', False)
---
if: user_wants_fee_waiver
code: |
# TODO(brycew): If there is a jury optional service, use it
Expand Down

0 comments on commit dd79030

Please sign in to comment.