Add New Address

In My Addresses, there is a button labeled “Add New Address”. I would like to create another button on a different page that does the same thing as the original button. How can I do this?

When clicked, a light box shows up to allow the user to add a new address.

You can create a custom form and call it by clicking on the button.
Once the user fills in this form and submits - just store the information in a collection where you want to store it.

Check out this tutorial https://www.wix.com/corvid/tutorial/how-to-create-a-custom-form-and-connect-it-to-a-database and https://support.wix.com/en/article/creating-a-form-with-user-input-elements

You can use insert( ) function when storing submitted info. It adds an item to a collection.
https://www.wix.com/corvid/reference/wix-data.html#insert

I am familiar with creating a custom form and getting it connected. But I am not aware what the collection name is for Wix’s Address collection. Is there any documentation related to the address?