Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 1.49 KB

PDFMappings.md

File metadata and controls

38 lines (35 loc) · 1.49 KB

Surplus Donation Application

Common (Visible) Field Name Adobe JavaScript Field Name
Applicant Contact Information
Name of Organization/Individual name
Date of Application applicationDate
Address address
Organization Contact Name contactName
City city
Phone phone
State and Zip stateZip
Fax fax
Minimum Requirements
Exempt from taxation... taxExemptYes, taxExemptNo
School District (Specify) text schoolDistrictName
School District (Specify) checkboxes schoolDistrictYes, schoolDistrictNo
Special District text specialDistrictName
Special District checkboxes specialDistrictYes, specialDistrictNo
Public Benefits publicBenefitsYes, publicBenefitsNo
Donation Request
Donation Request donationRequest
Signature
Name of Applicant (Please Print) applicantName
Date signDate
Title title

Notes

  1. Since the document must be printed, wet-signed, and mailed in, there is no signature field.
  2. When checking "yes" on one of the organizational/individual options, you must check "no" to all the others. I thought about doing this programmatically, but since there's no "onChange" option (all of the options are physical events, like focus, blur, and mouse events), there's no real enforcement in the PDF file.
  3. Have to use hashes in the PDF models because some fields are combined or otherwise not in-line with what the database says.