Problem with date field on PDF
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Problem with date field on PDF’ is closed to new replies.