• Resolved adammontague

    (@adammontague)


    I’m not sure what I’m doing wrong but all my form fields are being transferred to PDF fine apart from the date field.

    All that gets put on the PDF is the first digit. For example, if the date is selected as 30/11/2013 – all that gets put on the PDF is ‘3’

    This is what’s in my template file to call the date field
    <?php echo $form_data['field']['4.Date']['date']; ?>

    What am I doing wrong here?
    Thanks!

    https://www.ads-software.com/plugins/gravity-forms-pdf-extended/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jake Jackson

    (@blue-liquid-designs)

    Hi Adam,

    What does your $form_data array look like when you view it?

    I would suggest the line should more likely be <?php echo $form_data[‘field’][‘4.Date’]; ?>

    Thread Starter adammontague

    (@adammontague)

    Aah that’s sorted it! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with date field on PDF’ is closed to new replies.