-
Notifications
You must be signed in to change notification settings - Fork 218
Springfield PTA Remittance Form: some PDF template fields are not filled #6900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Some values are missing from the mapping, for example <config>
<template href="input:template" show-grid="false"/>
<field acro-field-name="'unit-details$pta-unit-name'" value="'Springfield PTA'"/>
<field acro-field-name="'unit-details$unit-number'" value="'12345'"/>
<field acro-field-name="'unit-details$unit-address'" value="'742 Evergreen Terrace'"/>
<field acro-field-name="'submission-details$submitter-name'" value="'Homer Simpson'"/>
<field acro-field-name="'submission-details$submitter-phone'" value="'(939) 555-0113'"/>
<field acro-field-name="'submission-details$submitter-pta-position'" value="'Parent'"/>
<field acro-field-name="'submission-details$submitter-email'" value="'[email protected]'"/>
<field acro-field-name="'submission-details$comment'" value="'D''oh!'"/>
<field acro-field-name="'dues$control-4'" value="'Per Capita Dues (due monthly)'"/>
<field acro-field-name="'dues$control-3'" value="'One time annual Council Dues (due 11/1)'"/>
<field acro-field-name="'dues$include-annual-dues'" value="'true'"/>
<field acro-field-name="'dues$include-annual-dues'" export-value="'true'"/>
<field acro-field-name="'dues$control-9'" value="'Donation (optional)'"/>
</config> |
Regressed with #6707. Before #6707:
After #6707:
See also #3800 for the original support of |
There are several distinct outputs:
Options:
|
ebruchez
added a commit
that referenced
this issue
Mar 27, 2025
- was due to typo introduced by #6900
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: