Magento – How to add new field in billing address in magento 2 and how to save that attribute data

billing-addresscheckoutcustom-attributesmagento2

I wanted to add second field for telephone number. Can anyone tell me what is exact process for that ? Do I have to create attribute for customer address or any other ? please let me know.

Actually, I wanted to display second mobile number field in billing address form in checkout also it should display in backend where billing address is coming.
Thanks in advance.

Best Answer

I've been looking for the same info and I found that Magento has something similar in their documentation:

http://devdocs.magento.com/guides/v2.0/howdoi/checkout/checkout_new_field.html

Maybe this could help you or help someone else.

Greetings.