Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save abdullahwp/fdefb65d62e7ff63400f2813ddcc1345 to your computer and use it in GitHub Desktop.

Select an option

Save abdullahwp/fdefb65d62e7ff63400f2813ddcc1345 to your computer and use it in GitHub Desktop.
List of meta keys for billing information in WooCommerce user's checkout fields
Here is the list of meta keys which you can use to manually update users information via custom form or jetengine's form/jetformbuilder.
Billing information's form fields meta keys
billing_last_name
billing_company
billing_address_1
billing_address_2
billing_city
billing_postcode
billing_country
billing_state
billing_phone
billing_email
Shipping information's form fields meta keys
shipping_first_name
shipping_last_name
shipping_company
shipping_address_1
shipping_address_2
shipping_city
shipping_postcode
shipping_country
shipping_state
shipping_phone
Both can be used in 1 form or separate forms.
Thanks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment