Formyoula Guides đź“–
Formyoula Guides đź“–

PDF Editor Examples To Show Submitted Date In Footer

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.

image

Click “PDF Settings”.

image

Paste the Footer HTML in “Footer Template HTML” and save the changes.

image

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>
image

Output:

image

Example 2:

<div style='width:100%;font-size:12px;text-align:left;margin-left:15px;'>
  {{Format_Date_Function FormyoulaSubmittedDate 'DD.MM.YYYY'}}
</div>
image

Output:

image

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>
image

Output:

image

For any questions, please contact us - [email protected] or the Formyoula in-app chat 🙂