You added a RefID field so that people could pass information to a their success forms. Is there a way I could pass custom information (such as if the donation was in honor of someone else) to the email that goes to the administrators to tell them a new donation just happened?
Announcement
Collapse
No announcement yet.
refID
Collapse
X
-
Jeff,
I think what you want to do may be done through custom fields. Have you considered custom fields?
See example 001: https://www.clickandpledge.com/devel...s/example/001/
The section for Employer & Occupation - those are custom fields and naturally you can set one up with "Honor Of" information. Custom questions and answers are all included in the receipt as well as reports. They also are posted and recorded in the Donor Management in Salesforce if they are using it.
This is also covered in a "How To" article at: http://forums.clickandpledge.com/content.php?151-Passing-Custom-QuestionsRegards,
Click & Pledge Support Department
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/
-
No- that has to be in a custom field form and you can simply make it a hidden field. But it has to follow the custom field format.Regards,
Click & Pledge Support Department
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/
Comment
-
Jeff,
I realized why you are asking the question. We are fixing the example as it has a confusing node.. it will be updated soon.
<input name="FieldName" type="hidden" maxlength="20" size="40" value="In Honor Of:"/>
<input name="FieldValue" type="text" maxlength="50" size="20" />
the above are the 2 fields you need to add. The value for the first node is naturally the name you wish to show up as the question.
More on this in the manual: https://manual.clickandpledge.com/Fo...stom_Questions
Is this what you need?Regards,
Click & Pledge Support Department
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/
Comment
Comment