May Revisions to the Application#1
Conversation
mnfurey25
commented
Apr 30, 2026
- Specifying parcel number as the default for the OPA number
- Implementing variables, such as signature and contact preferences in the application and the PDFs
travissouthard
left a comment
There was a problem hiding this comment.
Hi Michael!
Coming to this WAY too late, but I added some notes about some of the questions below.
I am happy to help debug those false True checks. But these changes are great! Thank you!
| fields: | ||
| - Did you find one or more comparable recent sales?: market_analysis | ||
| input type: radio | ||
| required: true | ||
| choices: | ||
| - Yes | ||
| - No | ||
| --- | ||
| mandatory: market_analysis == 'Yes' |
There was a problem hiding this comment.
This mandatory check keeps consistently evaluating as True even when I choose No in the previous question. I'm not sure what is causing this issue.
There was a problem hiding this comment.
Oh! I know what's up. A question will always come up, even if it is marked not mandatory, because a variable in that question is None and it wants to get the answer. For each of the questions this is happening, we can set the variables to be falsy (False or No, whichever is appropriate.
| continue button field: continuing | ||
| mandatory: if_appraisal == 'Yes' | ||
| question: | | ||
| You had an appraisal. |
There was a problem hiding this comment.
This one is also always evaluating as True even when I choose no on the "Did you have an appraisal" question
|
Hi @mnfurey25, |
7f09e65 to
4710f85
Compare