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!
| default: | | ||
| Because the City’s assessed value should be 100% of the market value, I request that my property’s assessment be changed to $600. | ||
|
|
||
| I believe that the Office of Property Assessment erred in characterizing my property. I do not have central air. |
There was a problem hiding this comment.
I think we can get rid of this default. This might confuse someone filling it out
| 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.
| 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, |