If you want to display any Checkout form field on Invoice you need to follow the steps below:
![Billing Phone field ID](https://funnelkit.com/wp-content/uploads/2021/09/billing-phone-field-id-1024x467.png)
Step 1: Suppose if we want to display the phone number on the invoice. Click on the "Phone" field and note down the ID of the field.
![Edit the phone field](https://funnelkit.com/wp-content/uploads/2021/09/edit-phone-field-checkout-form-1024x439.png)
Step 2: To display field label and it's value we will use field ID copied from the previous step and place it in the shortcodes below where it's written "my-checkout-field":
For Field Value: [wfacp_order_custom_field field_id="my-checkout-field" type='value']
This would be the final shortcode after editing
Label : [wfacp_order_custom_field field_id="Phone Number" type='label']
Value : [wfacp_order_custom_field field_id="billing_phone" type='value']
Step 3: Now add these shortcodes to the HTML template of your invoice where we need to display the field.
![add the shortcodes on the custom HTML field](https://funnelkit.com/wp-content/uploads/2019/01/invoice_pattern.jpg)
This is how you can display the Checkout form fields in an Invoice template.