• Hi there,

    Is there a way to replace this part of the template
    <?php echo esc_html( $customer->get_billing_first_name() . ' ' . $customer->get_billing_last_name() ); ?>
    with a field from Gravity Forms?
    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author CloudCatch

    (@cloudcatch)

    Hi @rocoart

    Yes it is possible, though I am not that familiar with Gravity Forms. According to the documentation it looks like you can use the following to output an entry field value:

    rgar( $entry, '1' ); // returns the value associated with field 1

Viewing 1 replies (of 1 total)
  • The topic ‘Custom PDF Template’ is closed to new replies.