This guide will share examples to show the submitted date as a PDF footer.
We will use the merge field to show the submitted date.
Click “PDF Editor” under “Actions” to go to the PDF editor page.
Click “PDF Settings”.
Paste the Footer HTML in “Footer Template HTML” and save the changes.
Here are some Footer example codes to show the submitted date.
Example 1:
<div style='width:100%;font-size:12px;text-align:left;margin-left:15px;'>
{{FormyoulaSubmittedDate}}
</div>
Output:
Example 2:
<div style='width:100%;font-size:12px;text-align:left;margin-left:15px;'>
{{Format_Date_Function FormyoulaSubmittedDate 'DD.MM.YYYY'}}
</div>
Output:
Example 3:
<div style='width:100%;font-size:12px;text-align:left;margin-left:15px;'>
{{Format_Date_Function FormyoulaSubmittedDate 'DD.MM.YYYY hh:mm A'}}
</div>
Output:
For any questions, please contact us - [email protected] or the Formyoula in-app chat 🙂