Hello,
I am working on a Feathery form and I enabled Email integration.
In the body of the email I checked the “Insert HTML” checkbox and pasted this code:
<div>Team,</div>
<div>A new request has been submitted.</div>
<h3 style="margin-bottom: 5px;">Summary:</h3>
<ul style="margin-top: 0; padding-left: 20px;">
<li><strong>Name:</strong> {{DonorsNames}}</li>
<li><strong>Contact:</strong>
<ul style="margin-top: 0; padding-left: 20px;">
<li><strong>Address:</strong> {{Address1}}, {{City}}, {{State}} {{Zip}}</li>
<li><strong>Email(s):</strong> {{EmailAddy}}</li>
<li><strong>Phone:</strong> {{PhoneNumber}} ({{PhoneType}})</li>
</ul>
</li>
<li><strong>Recognition:</strong> {{RecognitionElection}}</li>
<li><strong>Special Instructions:</strong> {{SpecialInstructionsAboutRecognition}}</li>
</ul>
The email is sent without any of the placeholder fields filled in (they’re all empty). Not only are they empty in the email, but the attached PDF is also empty.
Can this be related to something other than the Email integration?
Thanks,
-Ilir