Hi Nick,
Ah, you're right: the problem is in the Comparable Sales section. So the fields are:
- `ComparableSales$OriginalListDate-Subject` is filled
- `ComparableSales$OriginalListDate-CS1` not filled
The binds are:
<xf:bind id="OriginalListDate-Subject-bind" ref="OriginalListDate-Subject"
name="OriginalListDate-Subject"
type="xf:date"/>
<xf:bind id="OriginalListDate-CS1-bind" ref="OriginalListDate-CS1"
name="OriginalListDate-CS1"
type="xf:date"/>
I am not seeing any difference that would explain this, either at the form or PDF level. I suggest you do the following to determine if the problem is with the form or the PDF.
Create a new form in Form Builder with just one section named `ComparableSales` and two date fields named `OriginalListDate-Subject` and `OriginalListDate-CS1`. Attach your PDF to that form, put some dates in the fields, generate the PDF, and see if both show up in the generated PDF.
- If the date for `OriginalListDate-CS1` shows in the PDF, then the problem is most likely with the form.
- If the date for `OriginalListDate-CS1` does not show in the PDF, but the other does, then the problem is most likely with the PDF.
Please let me know what your findings are.
-Alex