export const formIds = { address1: 'address_line1', address2: 'address_line2', city: 'city', cityId: 'city_id', country: 'country', countryId: 'countryId', email: 'email', firstname: 'firstname', formError: 'formError', initialCountryId: 'initialCountryId', language: 'language', lastname: 'lastname', phone: 'phone', postalCode: 'postal_code', region: 'region', }