## Get a Contact Details Element `elements.getElement(type: 'contactDetails')` This method retrieves a previously created Contact Details Element. - `type` The type of Element being retrieved, which is `contactDetails` in this case. ### Example ```title Get a Contact Details Element ```